mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-04 00:03:01 -08:00
Correct breakpoint for no-box-shadow in snowwhite/base stylesheet (#5008)
This commit is contained in:
parent
4d85d267a1
commit
db48ce5f2c
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
title: $:/themes/tiddlywiki/snowwhite/base
|
||||
tags: [[$:/tags/Stylesheet]]
|
||||
|
||||
\define sidebarbreakpoint-minus-one()
|
||||
<$text text={{{ [{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}removesuffix[px]subtract[1]addsuffix[px]] ~[{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}] }}}/>
|
||||
\end
|
||||
|
||||
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
||||
|
||||
.tc-sidebar-header {
|
||||
|
|
@ -17,7 +21,7 @@ tags: [[$:/tags/Stylesheet]]
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
||||
@media (max-width: <<sidebarbreakpoint-minus-one>>) {
|
||||
.tc-tiddler-frame {
|
||||
<<box-shadow none>>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue