update
This commit is contained in:
4
.obsidian/snippets/tabs_on_multiple_rows.css
vendored
4
.obsidian/snippets/tabs_on_multiple_rows.css
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
.workspace .mod-root .workspace-tab-header-container {
|
||||
/* display: table; */
|
||||
/*display: table; */
|
||||
height: unset;
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
/* wrapping rows */
|
||||
.workspace .mod-root .workspace-tab-header {
|
||||
flex: none !important;
|
||||
max-width: 25vw; /* maximum width of a tab (trim text longer that this) */
|
||||
}
|
||||
|
||||
/* styling on new tab button */
|
||||
@@ -67,3 +68,4 @@
|
||||
.workspace .mod-root .workspace-tabs:not(.mod-stacked) .workspace-tab-header:hover .workspace-tab-header-inner-close-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user