Fix login layout

This commit is contained in:
Peter Maquiran
2021-09-02 10:12:18 +01:00
parent 36fa6b1d2a
commit 3614a2eba7
10 changed files with 301 additions and 145 deletions
+3 -3
View File
@@ -144,7 +144,7 @@ ion-item{
user-select: none;
}
.title{
.title {
padding-top: 32px;
}
@@ -203,7 +203,7 @@ ion-item{
align-items: center;
justify-content: center;
.msg-bottom-p{
.msg-bottom-p {
width: 220px;
position: absolute;
bottom: 0 !important;
@@ -211,7 +211,7 @@ ion-item{
}
}
@media only screen and (max-height: 746px){
@media only screen and (max-height: 746px) {
.msg-bottom-p {
padding-top: 20px;
position: unset !important;