mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-13 19:23:32 -08:00
Correct width for vertical tab content
This commit is contained in:
parent
65014a8d6c
commit
bf748eafec
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue