mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-10 16:10:02 +00:00
tiddlerwidth min-width 0px makes sense
This commit is contained in:
parent
0a3dd8ba96
commit
8ad849661d
@ -1157,7 +1157,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
||||
@media (min-width: <<sidebarbreakpoint>>) {
|
||||
.tc-tiddler-frame {
|
||||
padding: 28px 42px 42px 42px;
|
||||
width: min({{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}},100%);
|
||||
width: clamp(0px,{{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}},100%);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user