mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix top padding in mobile dashboard
This commit is contained in:
parent
92c1a9acb0
commit
f4749aa519
@ -123,7 +123,7 @@ pre, textarea.pre {
|
||||
Header
|
||||
*/
|
||||
.header {
|
||||
padding: 10px 0 10px 10px;
|
||||
padding: 15px 0 15px 15px;
|
||||
}
|
||||
|
||||
.imgLogoIcon {
|
||||
@ -144,8 +144,8 @@ pre, textarea.pre {
|
||||
.headerButtons {
|
||||
float: right;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
top: 15px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.header .imageLink {
|
||||
@ -171,10 +171,11 @@ pre, textarea.pre {
|
||||
|
||||
.currentUsername {
|
||||
margin-right: 7px;
|
||||
font-size: 20px;
|
||||
font-size: 18px;
|
||||
color: #000;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
h1 .imageLink {
|
||||
@ -250,6 +251,11 @@ form, .readOnlyContent {
|
||||
margin-bottom: 0!important;
|
||||
}
|
||||
|
||||
.content-primary {
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
|
||||
.content-secondary {
|
||||
z-index: 99996;
|
||||
background: #262626;
|
||||
@ -316,17 +322,15 @@ form, .readOnlyContent {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding-left: 15px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.headerButtons {
|
||||
top: 20px;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.currentUsername {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.type-interior > .ui-content, .type-interior > .ui-panel-content-wrap > .ui-content {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
@ -347,7 +351,7 @@ form, .readOnlyContent {
|
||||
.content-primary {
|
||||
width: 45%;
|
||||
float: right;
|
||||
padding: 0 6% 3em 0;
|
||||
padding: 40px 6% 3em 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@ -372,6 +376,13 @@ form, .readOnlyContent {
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 850px) {
|
||||
|
||||
.content-primary {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user