kopia lustrzana https://github.com/miklobit/TiddlyWiki5
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.print-window-tiddler
rodzic
580e046e7d
commit
27728f397c
|
@ -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 {
|
||||
|
|
Ładowanie…
Reference in New Issue