fix: 💄 don't round corners on status images/server icon
ref: https://akko.unix.dog/notice/AY45yUgIC29eKVC59k
This commit is contained in:
parent
38a1b041a8
commit
5dcdb8d365
3 changed files with 0 additions and 3 deletions
|
@ -441,7 +441,6 @@ function syncSlide(index) {
|
|||
display: block;
|
||||
margin: 16px auto 0 auto;
|
||||
height: 64px;
|
||||
border-radius: 8px;
|
||||
|
||||
&.noAnimation {
|
||||
animation: none;
|
||||
|
|
|
@ -478,7 +478,6 @@ defineExpose({
|
|||
display: block;
|
||||
margin: auto;
|
||||
height: 42px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -625,7 +625,6 @@ hr {
|
|||
vertical-align: bottom;
|
||||
height: 128px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue