This commit is contained in:
WBHarry 2025-08-07 22:41:58 +02:00
parent df99d0e4c6
commit 9f9da6efcd
15 changed files with 98 additions and 34 deletions

View file

@ -26,12 +26,19 @@
align-items: center;
gap: 5px;
&.no-controls {
grid-template-columns: 3fr 1fr;
}
span {
display: flex;
justify-content: center;
a {
text-align: center;
a {
text-align: center;
&.disabled {
i {
opacity: 0.4;
}
}
}
}
}