From 871e8cb57b53d3907ad766cd53f98abeed97ddf2 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Fri, 3 Jan 2025 18:06:17 +0200 Subject: [PATCH] remove(StreamingServerWarning): changes --- src/common/StreamingServerWarning/styles.less | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/src/common/StreamingServerWarning/styles.less b/src/common/StreamingServerWarning/styles.less index 873a27a1a..d4fad4b9f 100644 --- a/src/common/StreamingServerWarning/styles.less +++ b/src/common/StreamingServerWarning/styles.less @@ -9,9 +9,6 @@ align-items: center; background-color: @color-accent5-dark3; padding: 1rem; - border-radius: 0.5rem 0.5rem 0 0; - margin: 0rem 0.5rem; - box-shadow: var(--outer-glow); .warning-statement { flex: 1; @@ -24,11 +21,7 @@ .warning-button { flex: none; color: @color-surface-light5-90; - background-color: rgba(0, 0, 0, 0.24); - padding: 0.5rem 1rem; - margin-left: 1.5rem; - border-radius: 0.5rem; - line-height: 1.2rem; + margin-left: 1rem; &:first-child { margin-left: 0; @@ -44,7 +37,6 @@ font-size: 1.2rem; max-height: 1.2em; color: @color-surface-light5-90; - overflow: visible; } } @@ -53,18 +45,15 @@ } } -@media only screen and (max-width: @minimum) { +@media only screen and (max-width: 500px) { .warning-container { display: block; height: auto !important; text-align: center; - border-radius: 0.5rem; - .warning-statement { - margin-bottom: 1rem; + margin-bottom: 0.5rem; margin-right: 0; } - .warning-button { display: inline-block; }