fix: 💄 don't round corners on status images/server icon

ref: https://akko.unix.dog/notice/AY45yUgIC29eKVC59k
This commit is contained in:
ThatOneCalculator 2023-07-25 18:40:01 -07:00
parent 38a1b041a8
commit 5dcdb8d365
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 0 additions and 3 deletions

View file

@ -441,7 +441,6 @@ function syncSlide(index) {
display: block;
margin: 16px auto 0 auto;
height: 64px;
border-radius: 8px;
&.noAnimation {
animation: none;

View file

@ -478,7 +478,6 @@ defineExpose({
display: block;
margin: auto;
height: 42px;
border-radius: 8px;
}
}
}

View file

@ -625,7 +625,6 @@ hr {
vertical-align: bottom;
height: 128px;
margin-bottom: 16px;
border-radius: 16px;
}
}