mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Fixed guide mobile layout and username reposition
This commit is contained in:
parent
e6cafffef3
commit
1443f40d56
@ -195,8 +195,11 @@
|
||||
border-radius: 100px !important;
|
||||
}
|
||||
/* Modify username placement on profile page */
|
||||
.username {
|
||||
margin: 0px 0px 10px -50px !important;
|
||||
.layout-desktop #userProfilePage .readOnlyContent div:not([class]), div[class=""]{
|
||||
align-items: initial !important;
|
||||
}
|
||||
.layout-desktop .username {
|
||||
margin: 0px 0px 10px 10px !important;
|
||||
}
|
||||
/* Red shutdown button */
|
||||
#btnShutdown {
|
||||
@ -417,7 +420,7 @@
|
||||
|
||||
|
||||
/* Live TV guide reposition */
|
||||
#guideTab {
|
||||
.layout-desktop #guideTab {
|
||||
margin-left: -75px !important;
|
||||
}
|
||||
.guide-channelHeaderCell {
|
||||
|
||||
@ -205,8 +205,11 @@ html {
|
||||
border-radius: 100px !important;
|
||||
}
|
||||
/* Modify username placement on profile page */
|
||||
.username {
|
||||
margin: 0px 0px 10px -50px !important;
|
||||
.layout-desktop #userProfilePage .readOnlyContent div:not([class]), div[class=""]{
|
||||
align-items: initial !important;
|
||||
}
|
||||
.layout-desktop .username {
|
||||
margin: 0px 0px 10px 10px !important;
|
||||
}
|
||||
/* Red shutdown button */
|
||||
#btnShutdown {
|
||||
@ -407,7 +410,7 @@ html {
|
||||
|
||||
|
||||
/* Live TV guide reposition */
|
||||
#guideTab {
|
||||
.layout-desktop #guideTab {
|
||||
margin-left: -75px !important;
|
||||
}
|
||||
.guide-channelHeaderCell {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user