fix padding on overflow page
This commit is contained in:
+3
-3
@@ -65,6 +65,7 @@
|
|||||||
|
|
||||||
ul,
|
ul,
|
||||||
li {
|
li {
|
||||||
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
@@ -78,13 +79,11 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 10px;
|
|
||||||
transition: 200ms;
|
transition: 200ms;
|
||||||
background: #222;
|
background: #222;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
overflow: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlay[data-toggled='true'] {
|
.overlay[data-toggled='true'] {
|
||||||
@@ -96,12 +95,13 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
padding-bottom: 20px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category {
|
.category {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
margin: 10px;
|
margin: 20px 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-name {
|
.category-name {
|
||||||
|
|||||||
Reference in New Issue
Block a user