Skip to content

Commit

Permalink
BUGFix: Gnome 42 - odd border in message list
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed May 10, 2022
1 parent 06aace7 commit ff2e5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions gnome-shell/v40/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@ StScrollBar {
/* Message list */
.message-list {
width: 31.5em;
border: none;
.message-title, .message-content, .message-body {
color: darken($fg_color, 5%);
}
Expand Down
3 changes: 2 additions & 1 deletion gnome-shell/v40/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,8 @@ StScrollBar {

/* Message list */
.message-list {
width: 31.5em; }
width: 31.5em;
border: none; }
.message-list .message-title, .message-list .message-content, .message-list .message-body {
color: #b1b6c2; }

Expand Down

0 comments on commit ff2e5d1

Please sign in to comment.