Adjust active tab indicator

This commit is contained in:
toshikanneko 2022-02-14 11:48:55 +01:00
parent 64ffc5a0e1
commit 895be3fff3

View file

@ -114,10 +114,14 @@
&::after {
position: absolute;
bottom: calc(var(--tab-indicator-size) * -2 + 6px);
bottom: calc(var(--tab-indicator-size) * -2 + 1px);
height: 0;
width: 100%;
content: '';
@media (max-width: $breakpoint-small) {
bottom: calc(var(--tab-indicator-size) * -2 - 1px);
}
}
&:focus {