]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/users/user-notifications.component.scss
Fix scrolling with hash in url
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / users / user-notifications.component.scss
index 88f38d9cff671268327d4ad04021ccee254950b8..5166bd559d7f19fedadbb889960b18652a8fc615 100644 (file)
@@ -14,6 +14,7 @@
   font-size: inherit;
   padding: 15px 5px 15px 10px;
   border-bottom: 1px solid $separator-border-color;
+  word-break: break-word;
 
   &.unread {
     background-color: rgba(0, 0, 0, 0.05);
 
   .from-date {
     font-size: 0.85em;
-    color: $grey-foreground-color;
+    color: pvar(--greyForegroundColor);
     padding-left: 5px;
     min-width: 70px;
     text-align: right;
+    margin-left: auto;
   }
 }