reponsive bug fix

This commit is contained in:
2026-08-19 20:33:37 +02:00
parent cd766e3969
commit 415fb46c99
5 changed files with 51 additions and 17 deletions
+10 -7
View File
@@ -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;
+14
View File
@@ -174,6 +174,20 @@
height: 22px;
width: auto;
}
dialog{
.title{
font-size: 22px;
height: 50px;
.iconBtnStyle{
width: 36px;
height: 36px;
border-radius: 22px;
}
}
}
}
#titleSection{