devuelvo las letras a los botones de la barra inferior móvil

webui
brobert 2 weeks ago
parent 1fb4ef51df
commit 58dc7eb2bb

@ -101,7 +101,7 @@
/></svg /></svg
></span ></span
> >
<span class="label">Recordatorios</span> <span class="label">Alertas</span>
</a> </a>
<a <a
href="/app/integrations" href="/app/integrations"
@ -246,7 +246,7 @@
} }
.tabbar a, .tabbar a,
.tabbar button { .tabbar button {
display: inline-flex; display: grid;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
gap: 6px; gap: 6px;
@ -276,12 +276,15 @@
opacity: 1; opacity: 1;
} }
.tabbar .icon { .tabbar .icon {
font-size: 18px; font-size: 16px;
line-height: 1; line-height: 1;
justify-self: center;
} }
.tabbar .label { .tabbar .label {
font-size: 12px; font-size: 12px;
line-height: 1; line-height: 1;
font-family: monospace;
font-size: 0.6rem;
} }
.tabbar-icon-svg { .tabbar-icon-svg {
fill: var(--color-text); fill: var(--color-text);
@ -294,7 +297,7 @@
} }
@media (max-width: 480px) { @media (max-width: 480px) {
.tabbar .label { .tabbar .label {
display: none; display: auto;
} }
} }

Loading…
Cancel
Save