mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
refactor(core): ♻️ fix drawer sitestats alignement
This commit is contained in:
parent
3566e9c919
commit
46a5089131
|
@ -1,8 +1,7 @@
|
|||
.citizen-siteStats {
|
||||
display: flex;
|
||||
gap: var( --space-md );
|
||||
font-size: var( --font-size-x-small ); // TODO: Put this in variable
|
||||
line-height: var( --line-height-xxs );
|
||||
font-size: var( --font-size-x-small );
|
||||
white-space: nowrap;
|
||||
|
||||
&__item {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{{#array-drawer-sitestats-item}}
|
||||
<div class="citizen-siteStats__item" id="citizen-siteStats__item--{{id}}" title="{{label}}">
|
||||
<span class="citizen-ui-icon mw-ui-icon-{{icon}} mw-ui-icon-wikimedia-{{icon}}"></span>
|
||||
{{value}}
|
||||
<span>{{value}}</span>
|
||||
</div>
|
||||
{{/array-drawer-sitestats-item}}
|
||||
</div>
|
Loading…
Reference in a new issue