mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-20 08:25:34 +00:00
Fixed embedded player a bit
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
#pageButtons{
|
||||
text-align: center;
|
||||
padding-top:10px;
|
||||
}
|
||||
|
||||
#pageButtons, #pageButtons a{
|
||||
@@ -27,6 +28,10 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#wrapper{
|
||||
height:calc(100% - 56px);
|
||||
}
|
||||
|
||||
.prev_page_hide, .next_page_hide{
|
||||
visibility: visible !important;
|
||||
color:gray;
|
||||
@@ -137,7 +142,7 @@
|
||||
background-color:grey;
|
||||
height:100vh;
|
||||
width:50vw;
|
||||
overflow-y:scroll;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#zoffbutton{
|
||||
|
||||
Reference in New Issue
Block a user