移动端样式
This commit is contained in:
@@ -134,14 +134,14 @@ const {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0 8px; /* no */
|
||||
padding: 0 8px;
|
||||
z-index: 10;
|
||||
pointer-events: none;
|
||||
|
||||
.nav-btn {
|
||||
pointer-events: auto;
|
||||
width: 32px; /* no */
|
||||
height: 32px; /* no */
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border: none;
|
||||
border-radius: 50%;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
|
||||
Reference in New Issue
Block a user