mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #670 from dkanada/merge
Fix issue with previous merge commit
This commit is contained in:
commit
4d48e441fe
8 changed files with 0 additions and 81 deletions
|
@ -26,16 +26,6 @@ html {
|
|||
background: linear-gradient(to right, #BCBCBC, #A7B4B7, #BEB5A5, #ADBEC2, #B9C7CB)
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
@supports (backdrop-filter:blur(1.5em)) {
|
||||
.skinHeader-blurred {
|
||||
background: linear-gradient(to right, rgba(188, 188, 188, .7), rgba(167, 180, 183, .7), rgba(190, 181, 165, .7), rgba(173, 190, 194, .7), rgba(185, 199, 203, .7));
|
||||
backdrop-filter: blur(1.5em)
|
||||
}
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> master
|
||||
.skinHeader.semiTransparent {
|
||||
backdrop-filter: none !important
|
||||
}
|
||||
|
@ -194,16 +184,6 @@ html {
|
|||
background: linear-gradient(to right, #BCBCBC, #A7B4B7, #BEB5A5, #ADBEC2, #B9C7CB)
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
@supports (backdrop-filter:blur(10px)) {
|
||||
.appfooter-blurred {
|
||||
background: rgba(24, 24, 24, .7);
|
||||
backdrop-filter: blur(20px)
|
||||
}
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> master
|
||||
.nowPlayingBarSecondaryText {
|
||||
color: #999
|
||||
}
|
||||
|
|
|
@ -175,11 +175,7 @@ html {
|
|||
|
||||
@supports (backdrop-filter:blur(10px)) {
|
||||
.appfooter-blurred {
|
||||
<<<<<<< HEAD
|
||||
background: rgba(24, 24, 24, .7);
|
||||
=======
|
||||
background: rgba(1, 2, 50, .7);
|
||||
>>>>>>> master
|
||||
backdrop-filter: blur(20px)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -161,16 +161,6 @@ html {
|
|||
color: rgba(255, 255, 255, .78)
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
@supports (backdrop-filter:blur(10px)) {
|
||||
.appfooter-blurred {
|
||||
background: rgba(24, 24, 24, .7);
|
||||
backdrop-filter: blur(20px)
|
||||
}
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> master
|
||||
.itemSelectionPanel {
|
||||
border: 1px solid #00a4dc
|
||||
}
|
||||
|
|
|
@ -161,16 +161,6 @@ html {
|
|||
color: rgba(255, 255, 255, .78)
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
@supports (backdrop-filter:blur(10px)) {
|
||||
.appfooter-blurred {
|
||||
background: rgba(24, 24, 24, .7);
|
||||
backdrop-filter: blur(20px)
|
||||
}
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> master
|
||||
.itemSelectionPanel {
|
||||
border: 1px solid #52b54b
|
||||
}
|
||||
|
|
|
@ -186,16 +186,6 @@ html {
|
|||
color: rgba(255, 255, 255, .78)
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
@supports (backdrop-filter:blur(10px)) {
|
||||
.appfooter-blurred {
|
||||
background: rgba(24, 24, 24, .7);
|
||||
backdrop-filter: blur(20px)
|
||||
}
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> master
|
||||
.nowPlayingBarSecondaryText {
|
||||
color: #999
|
||||
}
|
||||
|
|
|
@ -263,11 +263,7 @@ a[data-role=button] {
|
|||
|
||||
@supports (backdrop-filter:blur(10px)) {
|
||||
.appfooter-blurred {
|
||||
<<<<<<< HEAD
|
||||
background: rgba(24, 24, 24, .7);
|
||||
=======
|
||||
background: rgba(6, 37, 111, .7);
|
||||
>>>>>>> master
|
||||
backdrop-filter: blur(20px)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,16 +26,6 @@ html {
|
|||
background: linear-gradient(to bottom, #0C2450, #081B3B)
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
@supports (backdrop-filter:blur(1.5em)) {
|
||||
.skinHeader-blurred {
|
||||
background: rgba(20, 20, 20, .7);
|
||||
backdrop-filter: blur(1.5em)
|
||||
}
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> master
|
||||
.skinHeader.semiTransparent {
|
||||
backdrop-filter: none !important;
|
||||
background-color: rgba(0, 0, 0, .3);
|
||||
|
@ -174,16 +164,6 @@ html {
|
|||
color: rgba(255, 255, 255, .78)
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
@supports (backdrop-filter:blur(10px)) {
|
||||
.appfooter-blurred {
|
||||
background: rgba(24, 24, 24, .7);
|
||||
backdrop-filter: blur(20px)
|
||||
}
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> master
|
||||
.itemSelectionPanel {
|
||||
border: 1px solid #00a4dc
|
||||
}
|
||||
|
|
|
@ -406,10 +406,7 @@
|
|||
|
||||
.detailImageContainer {
|
||||
width: 280px;
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
margin-right: 2em;
|
||||
>>>>>>> master
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue