mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
parent
420eaa1c88
commit
230f40c3bd
@ -1477,15 +1477,22 @@ html body.tc-body.tc-single-tiddler-window {
|
|||||||
color: <<colour alert-highlight>>;
|
color: <<colour alert-highlight>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-static-alert {
|
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
||||||
position: relative;
|
|
||||||
|
.tc-static-alert {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tc-static-alert-inner {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-static-alert-inner {
|
.tc-static-alert-inner {
|
||||||
padding: 0 2px 2px 42px;
|
padding: 0 2px 2px 42px;
|
||||||
color: <<colour static-alert-foreground>>;
|
color: <<colour static-alert-foreground>>;
|
||||||
position: absolute;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user