Skip to content
Snippets Groups Projects
Commit c7308f41 authored by syuilo's avatar syuilo
Browse files

fix(client): fix sidebar style

parent 5cc65c5b
No related branches found
No related tags found
No related merge requests found
......@@ -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%;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment