fix: Slight site width change
This commit is contained in:
parent
41f7f51fe5
commit
102d914e4a
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@
|
||||||
min-width: var(--hoverd-verticaltab-width) !important;
|
min-width: var(--hoverd-verticaltab-width) !important;
|
||||||
max-width: var(--hoverd-verticaltab-width) !important;
|
max-width: var(--hoverd-verticaltab-width) !important;
|
||||||
z-index: 2; /* Probably not needed, since Floorp already handle this */
|
z-index: 2; /* Probably not needed, since Floorp already handle this */
|
||||||
margin-right: calc((var(--hoverd-verticaltab-width) - var(--default-verticaltab-width)) * -1) !important;
|
margin-right: calc((var(--hoverd-verticaltab-width) - var(--default-verticaltab-width) - 5px) * -1) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue