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
@ -441,7 +441,6 @@ function syncSlide(index) {
|
|||||||
display: block;
|
display: block;
|
||||||
margin: 16px auto 0 auto;
|
margin: 16px auto 0 auto;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
border-radius: 8px;
|
|
||||||
|
|
||||||
&.noAnimation {
|
&.noAnimation {
|
||||||
animation: none;
|
animation: none;
|
||||||
|
@ -478,7 +478,6 @@ defineExpose({
|
|||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -625,7 +625,6 @@ hr {
|
|||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
border-radius: 16px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user