feat: Improvements for mobile version (#776)
This commit is contained in:
@@ -2,14 +2,22 @@
|
||||
.action {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
flex: 0 0 auto;
|
||||
margin-right: 20px;
|
||||
|
||||
@media only screen and (max-width: 797px) {
|
||||
gap: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.actions {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-flow: norow wrap;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
margin: 20px 20px;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
@@ -17,6 +25,7 @@
|
||||
overflow-y: hidden;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
max-width: 100vw;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user