mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Correct width for vertical tab content
This commit is contained in:
parent
65014a8d6c
commit
bf748eafec
@ -1135,8 +1135,8 @@ canvas.tw-edit-bitmapeditor {
|
||||
padding-top: 0;
|
||||
padding-left: 14px;
|
||||
border-left: 1px solid <<colour tab-border>>;
|
||||
-webkit-flex: 0 0 84%;
|
||||
flex: 0 0 84%;
|
||||
-webkit-flex: 1 0 70%;
|
||||
flex: 1 0 70%;
|
||||
}
|
||||
|
||||
.tw-sidebar-lists .tw-tab-buttons button.tw-tab-selected {
|
||||
|
Loading…
Reference in New Issue
Block a user