mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-24 12:18:21 -05:00
16 lines
235 B
CSS
16 lines
235 B
CSS
/* the status indicator takes the room the label gives up */
|
|
@container (max-width: 760px) {
|
|
.button.withStatus {
|
|
aspect-ratio: 1 / 1;
|
|
padding: 0;
|
|
|
|
& > svg {
|
|
margin-inline-end: 0;
|
|
}
|
|
|
|
& .label {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|