This commit is contained in:
Peter Maquiran
2023-08-08 13:38:50 +01:00
parent 67a69d2e47
commit d2f1aa1949
5 changed files with 23 additions and 13 deletions
+5 -2
View File
@@ -74,6 +74,8 @@ ion-content{
border-bottom: 1px solid #ebebeb;
padding: 0px 20px 0 20px !important;
overflow: hidden;
display: flex;
.item-icon{
width: em(40);
@@ -87,15 +89,17 @@ ion-content{
.item-content{
//width: 317px;
float:right;
width: 88%;
}
.item-title-time{
width: 100%;
overflow: auto;
margin-top: 10px;
display: flex;
justify-content: space-between;
}
.item-title{
width: calc(100% - 90px);
float: left;
color: var(--title-text-color);
}
@@ -103,7 +107,6 @@ ion-content{
color: #fff;
}
.item-date{
width: 90px;
float: right;
color: #797979;
text-align: right;