style fixes

This commit is contained in:
Lera Elvoé 2025-07-02 16:22:52 +03:00
parent 285c1cb119
commit 4f18694de3
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc
2 changed files with 6 additions and 6 deletions

View File

@ -463,11 +463,11 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
justify-content: center;
flex-direction: column;
}
.contain-svg:not(.full) > svg, .contain-svg img {
.contain-svg:not(.full) > svg, .contain-svg:not(.full) > img {
height: 50%;
width: 50%;
}
.contain-svg.full > svg, .contain-svg img {
.contain-svg.full > svg, .contain-svg.full > img {
height: 100%;
width: 100%;
}
@ -552,7 +552,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
.topic {
display: grid;
grid-template-columns: 1.5fr 64px;
grid-template-columns: 1.5fr 96px;
grid-template-rows: 1fr;
gap: 0px 0px;
grid-auto-flow: row;

View File

@ -472,11 +472,11 @@ input[type="text"], input[type="password"], textarea, select {
align-items: center;
justify-content: center;
flex-direction: column;
&:not(.full) > svg, img {
&:not(.full) > svg, &:not(.full) > img {
height: 50%;
width: 50%;
}
&.full > svg, img {
&.full > svg, &.full > img {
height: 100%;
width: 100%;
}
@ -564,7 +564,7 @@ input[type="text"], input[type="password"], textarea, select {
.topic {
display: grid;
grid-template-columns: 1.5fr 64px;
grid-template-columns: 1.5fr 96px;
grid-template-rows: 1fr;
gap: 0px 0px;
grid-auto-flow: row;