1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix styling issues in book readers

This commit is contained in:
Bill Thornton 2022-09-29 01:30:01 -04:00
parent 48032c3b93
commit a9f03f5475
3 changed files with 32 additions and 26 deletions

View file

@ -28,7 +28,15 @@
text-shadow: 0 0 20px #fff;
}
.actionButtons > button:hover {
background: #fff;
.actionButtons {
right: 0.5vh;
top: 0.5vh;
z-index: 1002;
position: absolute;
}
.actionButtonIcon {
color: #000;
opacity: 0.7;
}
}

View file

@ -4,22 +4,22 @@
width: 100%;
overflow: none;
z-index: 100;
background: #000;
}
background: #fff;
#canvas {
display: block;
margin: auto;
}
#canvas {
display: block;
margin: auto;
}
.actionButtons {
right: 0.5vh;
top: 0.5vh;
z-index: 1002;
position: absolute;
}
.actionButtons {
right: 0.5vh;
top: 0.5vh;
z-index: 1002;
position: absolute;
}
.actionButtonIcon {
color: black;
opacity: 0.7;
.actionButtonIcon {
color: #000;
opacity: 0.7;
}
}