2021-05-09 13:33:25

This commit is contained in:
wizardforcel
2021-05-09 13:33:25 +08:00
parent 54f13c964b
commit 809140d4d8
5 changed files with 22 additions and 34 deletions

View File

@@ -5,7 +5,7 @@
height: 35px;
right: 15px;
background-color: transparent;
background-image: url(emoji-up.svg);
background-image: url(left.svg);
background-repeat: no-repeat;
background-size: cover;
border:0;
@@ -15,7 +15,6 @@
user-select: none;
outline:none;
cursor: pointer;
transform: rotate(-90deg);
}
#next-page-button {
@@ -25,7 +24,7 @@
height:35px;
right:15px;
background-color: transparent;
background-image: url(emoji-down.svg);
background-image: url(right.svg);
background-repeat: no-repeat;
background-size: cover;
border:0;
@@ -35,5 +34,4 @@
user-select: none;
outline:none;
cursor: pointer;
transform: rotate(-90deg);
}