|
@@ -210,13 +210,13 @@ section {
|
|
|
}
|
|
|
}
|
|
|
.all-pages-list {
|
|
|
- margin-top: 33px;
|
|
|
+ margin-top: 3px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
font-size: 14px;
|
|
|
color: #444444;
|
|
|
- height: calc(100vh - 170px);
|
|
|
+ height: calc(100vh - 110px);
|
|
|
overflow-y: auto;
|
|
|
li {
|
|
|
width: 100%;
|
|
@@ -254,6 +254,7 @@ section {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
font-size: 30px;
|
|
|
+ background: #fff;
|
|
|
img {
|
|
|
cursor: pointer;
|
|
|
height: 20px;
|