mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-17 03:20:02 +00:00
Fix some toolbar margin issues
Some toolbar buttons are nested inside more than one span
This commit is contained in:
parent
95ef1c4580
commit
41b6c5c088
@ -935,7 +935,9 @@ button.tc-untagged-label {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.tc-tiddler-controls > span > button {
|
||||
.tc-tiddler-controls > span > button,
|
||||
.tc-tiddler-controls > span > span > button,
|
||||
.tc-tiddler-controls > span > span > span > button {
|
||||
vertical-align: baseline;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user