finish styling individual messages view for desktop

This commit is contained in:
tiago.kayaya
2021-03-12 17:35:54 +01:00
parent 82c49c8a8a
commit 24c767d6e0
11 changed files with 303 additions and 95 deletions
+2 -2
View File
@@ -40,7 +40,6 @@ ion-content{
margin: 0 auto;
background-color: #fff;
//overflow:auto;
padding: 30px 20px 0 20px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
@@ -112,6 +111,8 @@ ion-content{
.aside-wrapper{
width: 40%;
padding: 30px 20px 0 20px !important;
border-right: 1px solid #d8d8d8;
.aside-title{
font-size: 25px;
}
@@ -123,7 +124,6 @@ ion-content{
width: 60%;
display: flex !important;
background-color: white;
border: 1px solid green;
}
.item{
.item-icon{