mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-05 21:33:52 +00:00
Fix tab button padding
Lack of padding caused a visual glitch in Firefox
This commit is contained in:
parent
e0a6c4e879
commit
92aa1f24be
@ -991,6 +991,7 @@ canvas.tw-edit-bitmapeditor {
|
|||||||
|
|
||||||
.tw-tab-buttons button {
|
.tw-tab-buttons button {
|
||||||
color: <<colour tab-foreground>>;
|
color: <<colour tab-foreground>>;
|
||||||
|
padding: 2px 4px 4px 4px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
border: none;
|
border: none;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user