realm logo: Move day/night logo elements to allow them being alongside.

Previously in desktop view, the realm day/night logo element is arranged
one by one which is not looking good since we have a lot of space on the
the right side of the logo elements so we can move day/night logo elements
to allow them being alongside.

In mobile view, we don't have any space on the right side of the logo
elements so we don't have to change anything.
This commit is contained in:
jagansivam28 2020-06-23 21:35:01 +05:30 committed by Tim Abbott
parent b165b4144d
commit 762f6c6cbc
1 changed files with 7 additions and 3 deletions

View File

@ -127,6 +127,10 @@ h3 .fa-question-circle-o {
}
}
.realm-logo-block {
display: inline-block;
}
#change_email_modal {
width: 460px;
}
@ -1199,7 +1203,7 @@ input[type=checkbox] {
width: 220px;
height: 55px;
text-align: center;
margin-bottom: 10px;
margin: 0px 80px 0px 20px;
.settings-page-upload-text,
.settings-page-delete-text {
@ -1214,8 +1218,8 @@ input[type=checkbox] {
.image_upload_spinner {
width: 45px;
height: 55px;
top: 30%;
right: 30%;
top: 5%;
right: 40%;
}
}