mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
fix: incorrect breakpoint for search bar
This commit is contained in:
parent
5d1af2ccb4
commit
d0f23fa991
|
@ -254,7 +254,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media ( max-width: var( --width-search-bar ) ) {
|
||||
@media ( max-width: @width-search-bar ) {
|
||||
#search {
|
||||
&form {
|
||||
transition: none; // no transition on mobile
|
||||
|
|
Loading…
Reference in a new issue