Fixed guide mobile layout and username reposition

This commit is contained in:
loof2736 2022-11-24 18:37:43 -05:00
parent e6cafffef3
commit 1443f40d56
2 changed files with 12 additions and 6 deletions

View File

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

View File

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