fix margin misalignment + hover trick
This commit is contained in:
parent
5d3620f70e
commit
9009f582f3
|
@ -32,16 +32,29 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
gap: 0.25rem;
|
gap: 0.25rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
container-type: inline-size;
|
||||||
|
|
||||||
.is-collapsed & {
|
.is-collapsed & {
|
||||||
padding-left: 1rem;
|
&__channel-title:not(:first-child) {
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&__toggle-drawer-button {
|
||||||
.c-navbar__toggle-drawer-button {
|
&:after {
|
||||||
color: var(--tertiary-hover);
|
@container (inline-size) {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
width: calc(100cqw - 2.3em + 1rem);
|
||||||
|
}
|
||||||
|
|
||||||
.d-icon {
|
&:hover {
|
||||||
color: inherit;
|
color: var(--tertiary-hover);
|
||||||
|
|
||||||
|
.d-icon {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue