1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-23 06:20:01 +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:
Jermolene 2014-07-29 12:06:04 +01:00
parent 4bb8c4e8a7
commit 0d5380d4a6

View File

@ -234,6 +234,10 @@ a.tw-tiddlylink-external:hover {
** Buttons
*/
button svg {
vertical-align: middle;
}
.btn-invisible {
padding: 0;
margin: 0;