fix issue with previous merge commit

This commit is contained in:
dkanada 2020-01-06 23:15:37 +09:00
parent 8c8e9df22f
commit 915a6b20c3
8 changed files with 0 additions and 81 deletions

View File

@ -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
}

View File

@ -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)
}
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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)
}
}

View File

@ -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
}

View File

@ -406,10 +406,7 @@
.detailImageContainer {
width: 280px;
<<<<<<< HEAD
=======
margin-right: 2em;
>>>>>>> master
flex-shrink: 0;
}