From 2bf69a0abc9e7b4166e593bbfb1138b1c9dd0974 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Tue, 2 Jul 2024 15:39:38 -0400 Subject: [PATCH] UX: fix powered by discourse location, delete button color --- common/common.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index fb180fd..93b151f 100644 --- a/common/common.scss +++ b/common/common.scss @@ -92,7 +92,7 @@ pre { border-color: transparent; } -.btn.btn-danger:not(.btn-flat) { +.btn.btn-danger:not(.btn-flat):not(.btn-transparent) { background: var(--danger); color: var(--secondary); &:hover { @@ -428,3 +428,10 @@ body.has-full-page-chat { .chat-channel { height: calc(100vh - (var(--header-offset) + 8em)); } + +.powered-by-discourse { + margin-top: 1em; + @media screen and (min-width: 1100px) { + margin-left: 4em; + } +}