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

🎨

parent b55d2638
No related branches found
No related tags found
No related merge requests found
......@@ -704,6 +704,12 @@ function showReactions(): void {
}
}
@container (max-width: 250px) {
.quoteNote {
padding: 12px;
}
}
.muted {
padding: 8px;
text-align: center;
......
......@@ -44,8 +44,8 @@ const showContent = $ref(false);
flex-shrink: 0;
display: block;
margin: 0 10px 0 0;
width: 40px;
height: 40px;
width: 34px;
height: 34px;
border-radius: 8px;
}
......@@ -72,6 +72,14 @@ const showContent = $ref(false);
padding: 0;
}
@container (min-width: 250px) {
.avatar {
margin: 0 10px 0 0;
width: 40px;
height: 40px;
}
}
@container (min-width: 350px) {
.avatar {
margin: 0 10px 0 0;
......
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