improve responsiveness

This commit is contained in:
Peter Maquiran
2023-07-07 12:03:03 +01:00
parent 2d03162a3b
commit c62f7319a0
176 changed files with 1793 additions and 1682 deletions
@@ -2,7 +2,7 @@
<div class="main-header d-flex align-items-center">
<div class= "left cursor-pointer" (click)="close()">
<button class="btn-no-color" (click)="close()">
<fa-icon icon="chevron-left" class="header-top-btn font-awesome-1 font-35"></fa-icon>
<fa-icon icon="chevron-left" class="header-top-btn font-awesome-1 font-35-rem"></fa-icon>
</button>
</div>
<div class="middle-container">
@@ -1,3 +1,5 @@
@import '~src/function.scss';
.main-header{
width: 100%; /* 400px */
height: 100%;
@@ -13,12 +15,12 @@
.left{
width: fit-content;
float: left;
//font-size: 35px;
//font-size: rem(35);
overflow: hidden;
.header-top-btn{
background: transparent;
font-size: 25px !important;
font-size: rem(25) !important;
font-weight: 100 !important;
/* color: #0782c9; */
color: #42b9fe;
@@ -39,7 +41,7 @@
align-items: center;
.title{
font-size: 25px;
font-size: rem(25);
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;