mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
add some code suggestions
This commit is contained in:
parent
1e87279522
commit
ab72e13f85
@ -214,7 +214,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
position: absolute;
|
||||
border-radius: 2px;
|
||||
border-radius: 0.2em;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
@ -346,7 +346,6 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
font-weight: 400;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
@ -160,7 +160,7 @@ button::-moz-focus-inner {
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
border-radius: 2px;
|
||||
border-radius: 0.2em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@ -223,6 +223,7 @@ button::-moz-focus-inner {
|
||||
}
|
||||
|
||||
.cardBox:not(.visualCardBox) .cardPadder {
|
||||
border-radius: 0.2em;
|
||||
background-color: #242424;
|
||||
}
|
||||
|
||||
@ -264,7 +265,7 @@ button::-moz-focus-inner {
|
||||
|
||||
.visualCardBox {
|
||||
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
|
||||
border-radius: 0.145em;
|
||||
border-radius: 0.2em;
|
||||
}
|
||||
|
||||
.innerCardFooter {
|
||||
|
Loading…
Reference in New Issue
Block a user