1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-26 17:06:51 +00:00

Adjust tab positioning

Avoiding an unsightly gap on Firefox and Chrome. Sadly Safari needs the
margin-bottom to be set to `-3px` to achieve the same effect. I think
that that is because the browsers have some differences in their
intrinsic button styles that are not being properly normalised.
This commit is contained in:
Jermolene 2014-09-27 10:13:36 +01:00
parent 580e046e7d
commit 27728f397c

View File

@ -1061,7 +1061,7 @@ canvas.tc-edit-bitmapeditor {
.tc-tab-buttons {
font-size: 0.85em;
padding-top: 1em;
margin-bottom: -1px;
margin-bottom: -2px;
}
.tc-tab-buttons.tc-vertical {