1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Adjust 1px error on sidebar tab positioning

This commit is contained in:
Jermolene 2014-11-26 15:39:10 +00:00
parent 357c9ef8fe
commit 4374d2f5c4

View File

@ -1209,6 +1209,10 @@ canvas.tc-edit-bitmapeditor {
flex: 1 0 70%;
}
.tc-sidebar-lists .tc-tab-buttons {
margin-bottom: -1px;
}
.tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {
background-color: <<colour sidebar-tab-background-selected>>;
color: <<colour sidebar-tab-foreground-selected>>;