This commit is contained in:
tiago.kayaya
2021-09-02 16:23:12 +01:00
parent d7e39ee7e8
commit 09c9ef0578
2 changed files with 10 additions and 4 deletions
@@ -253,7 +253,6 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
}
async serverLongPull() {
alert('YAS')
const roomId = this.roomId
+10 -3
View File
@@ -330,7 +330,6 @@ ion-toolbar{
.schedule {
max-width: 400px;
font-family: Roboto;
padding: 20px;
background-color: white;
box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
border: solid 1px #e9e9e9;
@@ -339,11 +338,15 @@ ion-toolbar{
display: flex;
flex-direction: column;
max-height: 100%;
overflow: auto;
padding-bottom: 25px;
.schedule-header{
display: flex;
margin-bottom: 20px;
justify-content: space-between;
padding: 20px 20px 0px 20px;
.title {
display: flex;
align-items: center;
@@ -369,10 +372,14 @@ ion-toolbar{
}
}
.content{
//padding: 0px 20px 20px 20px;
overflow: auto;
.item-exp{
overflow: auto;
padding-top: 5px;
padding-bottom: 5px;
//padding-top: 5px;
//padding-bottom: 5px;
padding: 5px 20px 5px 20px;
background-color: transparent !important;
}
ion-list{