style: Fix inconsistent tab height when it being hovered
This commit is contained in:
parent
8a105fae1d
commit
2ff100e3bf
1 changed files with 12 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
/*--hoverd-verticaltab-width: 20em;*/
|
||||
|
||||
--default-verticaltab-width: 35px !important;
|
||||
--hoverd-verticaltab-width: 16em;
|
||||
--hoverd-verticaltab-width: 18em;
|
||||
}
|
||||
|
||||
@charset "UTF-8";
|
||||
|
@ -25,6 +25,17 @@
|
|||
border-inline-width: 0 !important;
|
||||
}
|
||||
|
||||
/* >> Fix height being inconsistent on hover */
|
||||
.tab-icon-stack,
|
||||
.tab-label-container {
|
||||
height: 2.7em !important;
|
||||
}
|
||||
|
||||
.tab-icon-stack {
|
||||
align-items: center;
|
||||
}
|
||||
/* << Fix height being inconsistent on hover */
|
||||
|
||||
#sidebar-select-box {
|
||||
width: var(--default-verticaltab-width) !important;
|
||||
min-width: var(--default-verticaltab-width) !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue