Modified username placement on profile pace

This commit is contained in:
loof2736 2022-11-24 17:05:55 -05:00
parent 6aa92819b9
commit 69e2cde332
2 changed files with 8 additions and 0 deletions

View File

@ -194,6 +194,10 @@
.raised { .raised {
border-radius: 100px !important; border-radius: 100px !important;
} }
/* Modify username placement on profile page */
.username {
margin: 0px 0px 10px -50px !important;
}
/* Red shutdown button */ /* Red shutdown button */
#btnShutdown { #btnShutdown {
background: #AE3739 !important; background: #AE3739 !important;

View File

@ -204,6 +204,10 @@ html {
.raised { .raised {
border-radius: 100px !important; border-radius: 100px !important;
} }
/* Modify username placement on profile page */
.username {
margin: 0px 0px 10px -50px !important;
}
/* Red shutdown button */ /* Red shutdown button */
#btnShutdown { #btnShutdown {
background: #AE3739 !important; background: #AE3739 !important;