You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
fix requested changes from #3991
Signed-off-by: Jovan Gerodetti <jovan.gerodetti@titannano.de>
This commit is contained in:
@@ -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;
|
||||||
@@ -149,6 +149,9 @@ limitations under the License.
|
|||||||
|
|
||||||
@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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user