1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Fix static banner on mobile

Fixes #1736
This commit is contained in:
Jermolene 2015-05-18 18:48:22 +01:00
parent 420eaa1c88
commit 230f40c3bd

View File

@ -1477,15 +1477,22 @@ html body.tc-body.tc-single-tiddler-window {
color: <<colour alert-highlight>>;
}
.tc-static-alert {
position: relative;
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
.tc-static-alert {
position: relative;
}
.tc-static-alert-inner {
position: absolute;
z-index: 100;
}
}
.tc-static-alert-inner {
padding: 0 2px 2px 42px;
color: <<colour static-alert-foreground>>;
position: absolute;
z-index: 100;
}
/*