Zmiana wyglądu widoków i rozłożenia elementów na stronie (1.6.0a)

This commit is contained in:
2022-04-23 15:22:34 +02:00
parent 4b3971fd8a
commit aefa6627b4
20 changed files with 297 additions and 173 deletions
@@ -1,8 +1,9 @@
<template>
<section class="info-user-list">
<h3 class="user-header section-header">
{{ $t('scenery.users') }}
<img :src="icons.user" alt="icon-user" />
&nbsp;{{ $t('scenery.users') }} &nbsp;
<span class="text--primary">{{ station.onlineInfo?.currentUsers || '0' }}/{{ station.onlineInfo?.maxUsers || '0' }}</span>
</h3>
<div
@@ -83,6 +84,8 @@ $terminated: red;
$disconnected: slategray;
.info-user-list {
padding: 0.5em;
ul {
display: flex;
flex-wrap: wrap;