Em "Correspondências por ler" a lista de correspondências tem as letras e borders muito próximas, e o mesmo é relactivo ao tamanho do assunto da correspondência.
This commit is contained in:
tiago.kayaya
2021-04-01 11:07:49 +01:00
parent e5c82b7d8c
commit 5864ffd8e5
2 changed files with 18 additions and 15 deletions
+9 -4
View File
@@ -364,17 +364,21 @@ ion-toolbar{
}
}
.content{
ul{
.item-exp{
overflow: auto;
padding-top: 5px;
padding-bottom: 5px;
}
ion-list{
padding: 0px;
margin: 0px;
.d-flex{
width: 100%;
height: 40px;
display: flex;
justify-content: space-between;
align-items: center;
}
li{
ion-item{
padding-bottom: 5px;
margin-top: 5px;
border-bottom: 1px solid #ebebeb;
@@ -427,7 +431,7 @@ ion-toolbar{
background-color: #f05d5e;
}
}
li:last-child{
ion-item:last-child{
border-bottom: unset !important;
padding-bottom: unset !important;
}
@@ -462,6 +466,7 @@ ion-toolbar{
cursor: pointer;
}
@media only screen and (min-width: 804px) {
.schedule:first-child {