From eb8971922139094568960711dab60e7cf68d2ba1 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Tue, 12 Nov 2024 14:11:46 -0600 Subject: [PATCH] settings: Simplify user-list preview styles. --- web/styles/settings.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/styles/settings.css b/web/styles/settings.css index b8c500229c..526e6749e3 100644 --- a/web/styles/settings.css +++ b/web/styles/settings.css @@ -1218,15 +1218,10 @@ $option_title_width: 180px; max-width: calc($right_sidebar_width + $option_title_width); .preview { - background-color: inherit !important; /* Match the 170px width of the right sidebar region for the name/status, doing something reasonable if the window shrinks. */ width: calc(100% - $option_title_width); - text-align: left; white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden visible; - position: relative; .user-name-and-status-text { display: flex;