From b8d208fa69efaa4559347c92b55f22ac79fdd1af Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Sun, 2 Apr 2023 07:17:58 +0300 Subject: [PATCH] CivitAI Extension Compatability #40 --- style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/style.css b/style.css index 1aedef92..54855cf8 100644 --- a/style.css +++ b/style.css @@ -3752,6 +3752,21 @@ footer { display: flex; } +.extra-networks .secondary.gradio-button{ + padding: 0 !important; + margin: 0 !important; + margin-top: -8px !important; +} + +.extra-networks .additional a{ + font-size: 125% !important; + padding: 0; + margin: 0 !important; + min-width: 25px; + display: inline-block; + text-align: center; +} + a[data-tooltip].top:before, a[data-tooltip].top:after { transform: translateY(10px);