1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

On narrow screens ensure there is a background behind the home and menu buttons

This commit is contained in:
Jermolene 2014-03-26 14:11:26 +00:00
parent bca1d55280
commit c58852a67b
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,9 @@ tags: $:/tags/PageTemplate
<$scrollable fallthrough="no" class="tw-sidebar-scrollable">
<$reveal class="sidebar-header" state="$:/state/sidebar" type="match" text="yes" default="yes" retain="yes">
<div class="sidebar-header">
<$reveal state="$:/state/sidebar" type="match" text="yes" default="yes" retain="yes">
<div class="titlebar">{{$:/SiteTitle}}</div>
<div class="tw-subtitle">{{$:/SiteSubtitle}}</div>
@ -18,4 +20,6 @@ tags: $:/tags/PageTemplate
</$reveal>
</div>
</$scrollable>

View File

@ -420,6 +420,7 @@ a.tw-tiddlylink-external:hover {
.sidebar-header {
padding: 14px;
min-height: 32px;
}
.story-river {