settings: Simplify user-list preview styles.

This commit is contained in:
Karl Stolley 2024-11-12 14:11:46 -06:00 committed by Tim Abbott
parent 3cf7513498
commit eb89719221
1 changed files with 0 additions and 5 deletions

View File

@ -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;