mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-23 14:30:02 +00:00
Set vertical alignment for SVG in buttons
Makes the buttons in the info panel “tools” tab look more like buttons on Chrome.
This commit is contained in:
parent
4bb8c4e8a7
commit
0d5380d4a6
@ -234,6 +234,10 @@ a.tw-tiddlylink-external:hover {
|
||||
** Buttons
|
||||
*/
|
||||
|
||||
button svg {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.btn-invisible {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user