mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
fix: Echo badges sizing
This commit is contained in:
parent
3202c1d9e6
commit
d0edec1012
|
@ -15,8 +15,10 @@
|
|||
|
||||
.mw-echo-notifications-badge {
|
||||
top: 0;
|
||||
width: var( --width-button-base );
|
||||
height: var( --height-header );
|
||||
width: var( --size-icon );
|
||||
height: var( --size-icon );
|
||||
box-sizing: content-box;
|
||||
padding: var( --padding-header-icon );
|
||||
margin: 0;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
|
|
Loading…
Reference in a new issue