1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 07:13:15 +00:00

Further attempts to fix pesky iPad layout bug

This seems to do the trick
This commit is contained in:
Jeremy Ruston 2013-05-08 16:02:29 +01:00
parent e36d22df97
commit 37abd01b00
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,7 @@ title: $:/templates/SideBar
<$reveal state="$:/temp/search" type="match" text="">
<div class="tw-page-controls">
<$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>
<$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>
</div>
<div class="tw-tab-set">

View File

@ -88,7 +88,7 @@ table th, table td {
border-left: 1px solid #ddd;
}
img, canvas, embed {
.tw-tiddler-frame img, .tw-tiddler-frame canvas, .tw-tiddler-frame embed {
max-width: 100%;
}
@ -257,6 +257,7 @@ a.tw-tiddlylink-missing {
.tw-page-controls img {
height: 1.5em;
min-width: 1px;
padding-right: 0.5em;
}