mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
fix: indicator should not expand header height
This commit is contained in:
parent
852256a75d
commit
1cb5cfb6c7
|
@ -1,4 +1,5 @@
|
|||
@width-bounce-dot: 12px;
|
||||
@height-indicator: 2px;
|
||||
|
||||
.tabber {
|
||||
position: relative;
|
||||
|
@ -91,9 +92,10 @@
|
|||
}
|
||||
|
||||
&__indicator {
|
||||
margin-top: @height-indicator * -1;
|
||||
background: #36c;
|
||||
block-size: 2px;
|
||||
border-radius: 2px;
|
||||
block-size: @height-indicator;
|
||||
border-radius: @height-indicator;
|
||||
inline-size: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue