Browse Source

content: Fix room-history background style

fix: https://gitlab.gnome.org/GNOME/fractal/-/issues/777
merge-requests/1327/merge
giusdp 5 years ago committed by Julian Sparber
parent
commit
8fdf61d466
  1. 4
      data/resources/style.css

4
data/resources/style.css

@ -89,6 +89,10 @@ headerbar.flat {
}
/* Content */
.room-history {
background: @theme_base_color;
}
.room-history row {
min-height: 0;
padding-top: 6px;

Loading…
Cancel
Save