mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
fix(client): fix sidebar style
This commit is contained in:
parent
f0a54c047a
commit
f3f2431b91
@ -285,7 +285,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
&:before {
|
||||
width: auto;
|
||||
width: min-content;
|
||||
height: 100%;
|
||||
aspect-ratio: 1/1;
|
||||
border-radius: 8px;
|
||||
@ -301,7 +301,7 @@ export default defineComponent({
|
||||
|
||||
&.post:before {
|
||||
width: calc(100% - 28px);
|
||||
height: auto;
|
||||
height: min-content;
|
||||
aspect-ratio: 1/1;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user