Fix size of glitch-soc status info icons

master
Claire 2024-01-14 00:09:28 +01:00
parent e2ba5f6e35
commit e2c7c370dc
1 changed files with 5 additions and 0 deletions

View File

@ -430,6 +430,11 @@
padding-inline-end: 2px;
}
& > .icon {
width: 16px;
height: 16px;
}
.status__collapse-button.active > .icon {
transform: rotate(-180deg);
}