mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 06:43:49 +00:00
On narrow screens ensure there is a background behind the home and menu buttons
This commit is contained in:
parent
bca1d55280
commit
c58852a67b
@ -3,7 +3,9 @@ tags: $:/tags/PageTemplate
|
|||||||
|
|
||||||
<$scrollable fallthrough="no" class="tw-sidebar-scrollable">
|
<$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="titlebar">{{$:/SiteTitle}}</div>
|
||||||
<div class="tw-subtitle">{{$:/SiteSubtitle}}</div>
|
<div class="tw-subtitle">{{$:/SiteSubtitle}}</div>
|
||||||
@ -18,4 +20,6 @@ tags: $:/tags/PageTemplate
|
|||||||
|
|
||||||
</$reveal>
|
</$reveal>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</$scrollable>
|
</$scrollable>
|
||||||
|
@ -420,6 +420,7 @@ a.tw-tiddlylink-external:hover {
|
|||||||
|
|
||||||
.sidebar-header {
|
.sidebar-header {
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
|
min-height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.story-river {
|
.story-river {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user