🎨
This commit is contained in:
parent
b55d26387b
commit
784fc7b3f5
2 changed files with 16 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue