1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Fix tab button padding

Lack of padding caused a visual glitch in Firefox
This commit is contained in:
Jermolene 2014-05-13 21:02:21 +01:00
parent e0a6c4e879
commit 92aa1f24be

View File

@ -991,6 +991,7 @@ canvas.tw-edit-bitmapeditor {
.tw-tab-buttons button {
color: <<colour tab-foreground>>;
padding: 2px 4px 4px 4px;
font-weight: 300;
border: none;
background: inherit;