fix adaptive
This commit is contained in:
@ -30,6 +30,10 @@
|
||||
overflow: auto;
|
||||
padding: 5px;
|
||||
|
||||
@media (max-width: 900px) {
|
||||
row-gap: 0;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 3px;
|
||||
border-radius: 10px;
|
||||
@ -61,7 +65,7 @@
|
||||
position: relative;
|
||||
box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.06),
|
||||
0px 5px 3px -2px rgba(0, 0, 0, 0.02);
|
||||
border-radius: 6px;
|
||||
border-radius: 6px 6px 0 0;
|
||||
background: #ffffff;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
@ -76,6 +80,7 @@
|
||||
|
||||
@media (max-width: 900px) {
|
||||
width: 100%;
|
||||
padding: 6px 10px 5px 10px;
|
||||
max-height: none;
|
||||
|
||||
&:hover {
|
||||
|
Reference in New Issue
Block a user