Explorar o código

Update CSS for notification panel

Kristan Kenney %!s(int64=6) %!d(string=hai) anos
pai
achega
e0351898f6
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      web/css/styles.min.css

+ 5 - 1
web/css/styles.min.css

@@ -962,7 +962,11 @@ a {
 
 
 .notification-container li {
 .notification-container li {
   border-bottom: 1px solid #e9e4e4;
   border-bottom: 1px solid #e9e4e4;
-  padding: 20px;
+  padding: 30px 20px 50px 20px;
+}
+
+.notification-container  li:last-child {
+  border-bottom: none;
 }
 }
 
 
 .notification-container .mark-seen {
 .notification-container .mark-seen {