vinceliuice / Colloid-gtk-theme

Colloid gtk theme for linux
GNU General Public License v3.0
908 stars 70 forks source link

Fixes #146: Gnome 46 notifications are a mess #147

Closed atick-faisal closed 2 months ago

atick-faisal commented 3 months ago

Fixes #146

.notification-banner {
  width: 34em;
  min-height: 64px;
  margin: 12px 5px 8px;
  border-radius: $base_radius;
  color: $text-secondary;
  background-color: $popover;
  // border: none; ------------------------ Commenting this fixes the issue
  text-shadow: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: $menu_radius;
vinceliuice commented 2 months ago

Fixed all gnome-shell 46 issues now