mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04: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-top: 0;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
border-left: 1px solid <<colour tab-border>>;
|
border-left: 1px solid <<colour tab-border>>;
|
||||||
-webkit-flex: 0 0 84%;
|
-webkit-flex: 1 0 70%;
|
||||||
flex: 0 0 84%;
|
flex: 1 0 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tw-sidebar-lists .tw-tab-buttons button.tw-tab-selected {
|
.tw-sidebar-lists .tw-tab-buttons button.tw-tab-selected {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user