mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
feat: remove gap between search toggle and tools
This commit is contained in:
parent
03d8587170
commit
dded05f556
|
@ -128,17 +128,18 @@
|
|||
position: absolute;
|
||||
z-index: 21; // override to be on top of the form
|
||||
right: 0; // align checkbox with icon
|
||||
width: var( --width-button-corner );
|
||||
width: ~'calc( var( --width-button-corner ) - 10px )';
|
||||
height: var( --height-header );
|
||||
|
||||
&-icon {
|
||||
position: relative;
|
||||
z-index: 20; // stay on top of search form
|
||||
display: flex;
|
||||
width: var( --width-button-corner );
|
||||
width: var( --width-button-base );
|
||||
height: var( --height-header );
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-right: 10px;
|
||||
transition: @transition-transform-quick, @transition-height-quick, @transition-opacity-quick, @transition-border-color-quick;
|
||||
|
||||
&-1 {
|
||||
|
|
Loading…
Reference in a new issue