fix requested changes from #3991

Signed-off-by: Jovan Gerodetti <jovan.gerodetti@titannano.de>
This commit is contained in:
Jovan Gerodetti 2020-05-27 19:33:55 +02:00
parent 049e3fc08c
commit af1c2f9b29
6 changed files with 36 additions and 33 deletions

View file

@ -16,7 +16,7 @@ limitations under the License.
*/ */
.mx_AuthBody { .mx_AuthBody {
max-width: 500px; width: 500px;
font-size: $font-12px; font-size: $font-12px;
color: $authpage-secondary-color; color: $authpage-secondary-color;
background-color: $authpage-body-bg-color; background-color: $authpage-body-bg-color;
@ -147,8 +147,11 @@ limitations under the License.
margin: 1em 0; margin: 1em 0;
} }
@media only screen and (max-width : 480px) { @media only screen and (max-width: 480px) {
.mx_AuthBody { .mx_AuthBody {
border-radius: 4px;
width: auto;
max-width: 500px;
padding: 10px; padding: 10px;
} }
} }

View file

@ -22,7 +22,7 @@ limitations under the License.
box-sizing: border-box; box-sizing: border-box;
} }
@media only screen and (max-width : 480px) { @media only screen and (max-width: 480px) {
.mx_AuthHeader { .mx_AuthHeader {
display: none; display: none;
} }

View file

@ -24,7 +24,7 @@ limitations under the License.
width: 100%; width: 100%;
} }
@media only screen and (max-width : 480px) { @media only screen and (max-width: 480px) {
.mx_AuthHeaderLogo { .mx_AuthHeaderLogo {
display: none; display: none;
} }

View file

@ -30,7 +30,7 @@ limitations under the License.
background-color: $authpage-modal-bg-color; background-color: $authpage-modal-bg-color;
} }
@media only screen and (max-width : 480px) { @media only screen and (max-width: 480px) {
.mx_AuthPage_modal { .mx_AuthPage_modal {
margin-top: 0; margin-top: 0;
} }

View file

@ -573,7 +573,7 @@ limitations under the License.
} }
} }
@media only screen and (max-width : 480px) { @media only screen and (max-width: 480px) {
.mx_EventTile_line, .mx_EventTile_reply { .mx_EventTile_line, .mx_EventTile_reply {
padding-left: 0; padding-left: 0;
margin-right: 0; margin-right: 0;

View file

@ -268,7 +268,7 @@ limitations under the License.
background-color: $pinned-unread-color; background-color: $pinned-unread-color;
} }
@media only screen and (max-width : 480px) { @media only screen and (max-width: 480px) {
.mx_RoomHeader_wrapper { .mx_RoomHeader_wrapper {
padding: 0; padding: 0;
} }