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

Fix rebasing issues

This commit is contained in:
MrTimscampi 2020-01-22 21:40:45 +01:00
parent 1646cac34a
commit 8634ae8400
33 changed files with 382 additions and 276 deletions

View file

@ -12,23 +12,23 @@
text-align: center;
}
.btnArrowUp{
.btnArrowUp {
border-radius: 40% 40% 10% 10%;
}
.btnArrowLeft{
.btnArrowLeft {
border-radius: 40% 10% 10% 40%;
}
.btnArrowRight{
.btnArrowRight {
border-radius: 10% 40% 40% 10%;
}
.btnArrowDown{
.btnArrowDown {
border-radius: 10% 10% 40% 40%;
}
.btnOk{
.btnOk {
border-radius: 10%;
}
@ -55,7 +55,7 @@
.nowPlayingTime {
display: flex;
display: -webkit-box;
display: -webkit-flex
display: -webkit-flex;
}
.nowPlayingPageImageContainer {
@ -99,7 +99,7 @@
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none
-ms-user-select: none;
}
@media all and (orientation: portrait) and (max-width: 50em) {
@ -218,7 +218,8 @@
.nowPlayingInfoButtons .nowPlayingPageUserDataButtons {
display: none !important;
}
.navigationSection .collapseContent i{
.navigationSection .collapseContent i {
font-size: 4em;
}
}