reponsive bug fix
This commit is contained in:
+10
-7
@@ -151,7 +151,6 @@ main{
|
||||
align-self: end;
|
||||
justify-self: end;
|
||||
color: var(--main-color);
|
||||
13.12px
|
||||
position: relative;
|
||||
|
||||
z-index: 33;
|
||||
@@ -474,10 +473,10 @@ main{
|
||||
background-color: var(--main-color);
|
||||
color: var(--back-color);
|
||||
|
||||
small{
|
||||
font-size: 1px;
|
||||
opacity: 0;
|
||||
}
|
||||
small{
|
||||
font-size: 1px;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -524,7 +523,11 @@ main{
|
||||
}
|
||||
|
||||
a{
|
||||
margin-right: 13.12px;
|
||||
margin-right: 33px;
|
||||
}
|
||||
|
||||
.date{
|
||||
padding: 16.1px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -536,6 +539,7 @@ main{
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.solidBox:has(details[open]){
|
||||
@@ -567,7 +571,6 @@ main{
|
||||
height: 100%;
|
||||
cursor: copy;
|
||||
overflow: hidden;
|
||||
|
||||
|
||||
summary{
|
||||
display: flex;
|
||||
|
||||
@@ -174,6 +174,20 @@
|
||||
height: 22px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
dialog{
|
||||
|
||||
.title{
|
||||
font-size: 22px;
|
||||
height: 50px;
|
||||
|
||||
.iconBtnStyle{
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 22px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#titleSection{
|
||||
|
||||
Reference in New Issue
Block a user