mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-04 20:08:02 +00:00
Fix some toolbar margin issues
Some toolbar buttons are nested inside more than one span
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user