This commit is contained in:
Hk-Gosuto
2024-03-24 11:42:06 +08:00
parent 428bf81801
commit a18cb2c525
12 changed files with 112 additions and 18 deletions

View File

@@ -65,6 +65,16 @@
align-items: center;
}
.icon-button-loading-icon {
width: 40px;
height: 16px;
display: flex;
align-items: center;
justify-content: center;
fill: white;
stroke: white;
}
@media only screen and (max-width: 600px) {
.icon-button {
padding: 16px;