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

Fix block-opening-brace-space-before

This commit is contained in:
MrTimscampi 2020-01-19 14:39:15 +01:00
parent 88cd834a19
commit 43ffbed471
2 changed files with 4 additions and 5 deletions

View file

@ -50,8 +50,7 @@ progress[aria-valuenow]:before {
@media all and (min-width:50em) {
.type-interior>div[data-role=content],
.type-interior>.ui-panel-content-wrap>div[data-role=content]
{
.type-interior>.ui-panel-content-wrap>div[data-role=content] {
padding-right: 0;
padding-left: 0;
padding-top: 0;
@ -458,7 +457,7 @@ div[data-role=controlgroup] a.ui-btn-active {
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37)
}
.ui-bar-a{
.ui-bar-a {
text-align: center;
padding: 0 20px;
}