This commit is contained in:
Oscar Plaisant
2024-10-01 11:38:50 +02:00
parent 695358527b
commit 5b65eb2b2a
178 changed files with 186337 additions and 103731 deletions

View File

@@ -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;
}