From ffd49f21d247442949148eb177092cb4a3eb41fa Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Tue, 14 Mar 2023 10:02:45 +0200 Subject: [PATCH] css update after last merge --- style.css | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/style.css b/style.css index b1cb7074..d2f0f585 100644 --- a/style.css +++ b/style.css @@ -3019,7 +3019,7 @@ ul.list-none { /* lightboxModal */ /******************/ - +/* #lightboxModal { display: none; position: fixed; @@ -3167,6 +3167,7 @@ ul.list-none { .modalPrev:hover { background-color: rgba(0, 0, 0, .8); } +*/ #imageARPreview { position: absolute; @@ -3419,7 +3420,6 @@ footer { width:auto;*/ } - .footer-wrapper{ display:flex; } @@ -3444,6 +3444,26 @@ footer { float: left; /*background: var(--panel-bg-color);*/ border-radius: 100%; + position: relative; + display: flex; +} + + +.footer-links > li > div, +.footer-links > li > a { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + font-size: 24px; + fill: var(--primary-color); +} + + +.footer-links > li:last-child { + position: absolute; + top: 0; + right: 0; } .extra-networks > div > [id *= '_extra_']{ @@ -3521,25 +3541,6 @@ footer { } -.footer-links > li > div, -.footer-links > li > a { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - font-size: 24px; - fill: var(--primary-color); -} - - -.footer-links > li:last-child { - position: absolute; - top: 0; - right: 0; -} - - - a[data-tooltip].top:before, a[data-tooltip].top:after { transform: translateY(10px); } @@ -3949,7 +3950,7 @@ input[type=range]::-ms-fill-upper { display:none !important; } -#txt2img_results .modify-upload + img.w-full.object-contain{ +[id$="2img_results"] .modify-upload + img.w-full.object-contain{ cursor: pointer; }