mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
fix: align Echo popups with other menus
This commit is contained in:
parent
25972eb9d7
commit
598594f91c
|
@ -10,7 +10,7 @@
|
|||
|
||||
.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
||||
&-popup {
|
||||
margin-top: 0; // align with other menus
|
||||
margin-top: 8px; // align with other menus
|
||||
box-shadow: 0 14px 28px rgba( 0, 0, 0, 0.0625 ), 0 10px 10px rgba( 0, 0, 0, 0.055 ); // boxshadow 3
|
||||
filter: none; // disable filter drop shadow
|
||||
|
||||
|
|
Loading…
Reference in a new issue