From 4f18694de3e9a9908cca59c01ad600428ec52a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Wed, 2 Jul 2025 16:22:52 +0300 Subject: [PATCH] style fixes --- data/static/style.css | 6 +++--- sass/style.scss | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/static/style.css b/data/static/style.css index 130f0be..d39f3b2 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -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; diff --git a/sass/style.scss b/sass/style.scss index bb520b1..b922111 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -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;