mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 15:24:50 +00:00
Further attempts to fix pesky iPad layout bug
This seems to do the trick
This commit is contained in:
parent
e36d22df97
commit
37abd01b00
@ -23,8 +23,7 @@ title: $:/templates/SideBar
|
|||||||
<$reveal state="$:/temp/search" type="match" text="">
|
<$reveal state="$:/temp/search" type="match" text="">
|
||||||
|
|
||||||
<div class="tw-page-controls">
|
<div class="tw-page-controls">
|
||||||
<$button message="tw-new-tiddler" class="btn-invisible">{{$:/core/images/new-button.svg}}</$button>
|
<$button message="tw-new-tiddler" class="btn-invisible">{{$:/core/images/new-button.svg}}</$button><$link to="$:/ControlPanel">{{$:/core/images/options-button.svg}}</$link><$button message="tw-save-wiki" class="btn-invisible">{{$:/core/images/save-button.svg}}</$button>
|
||||||
<$link to="$:/ControlPanel">{{$:/core/images/options-button.svg}}</$link> <$button message="tw-save-wiki" class="btn-invisible">{{$:/core/images/save-button.svg}}</$button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tw-tab-set">
|
<div class="tw-tab-set">
|
||||||
|
@ -88,7 +88,7 @@ table th, table td {
|
|||||||
border-left: 1px solid #ddd;
|
border-left: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
img, canvas, embed {
|
.tw-tiddler-frame img, .tw-tiddler-frame canvas, .tw-tiddler-frame embed {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -257,6 +257,7 @@ a.tw-tiddlylink-missing {
|
|||||||
|
|
||||||
.tw-page-controls img {
|
.tw-page-controls img {
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
|
min-width: 1px;
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user