Fix mobile styles
This commit is contained in:
parent
fc3960ce63
commit
9174369fb5
13 changed files with 277 additions and 260 deletions
|
|
@ -1,12 +1,13 @@
|
|||
.callTile {
|
||||
display: flex;
|
||||
width: 329px;
|
||||
min-width: 240px;
|
||||
height: 94px;
|
||||
padding: 12px;
|
||||
text-decoration: none;
|
||||
background-color: var(--bgColor2);
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.avatar,
|
||||
|
|
@ -54,9 +55,7 @@
|
|||
}
|
||||
|
||||
.callList {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||
gap: 24px;
|
||||
flex: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue