mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-08 05:46:05 +00:00
Minimum width for lists
This commit is contained in:
@@ -3568,11 +3568,13 @@ span.tc-translink > a:first-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tc-inspect-input-box {
|
.tc-inspect-input-box {
|
||||||
|
min-width: 20em;
|
||||||
--box-background-color: #fcf;
|
--box-background-color: #fcf;
|
||||||
--box-foreground-color: #404;
|
--box-foreground-color: #404;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-inspect-output-box {
|
.tc-inspect-output-box {
|
||||||
|
min-width: 20em;
|
||||||
--box-background-color: #cff;
|
--box-background-color: #cff;
|
||||||
--box-foreground-color: #044;
|
--box-foreground-color: #044;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user