diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-16 14:24:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-16 14:24:50 +0100 |
commit | 47d883de2efbc2e8b5f6f94ae18c15224cbe982b (patch) | |
tree | 7e89efd42cd7f70656ef9443d0f1e0ae1fc1a659 /client/src/app/menu/notification.component.scss | |
parent | 016b887802aebdb1bada121aa2102f0e0f6e0997 (diff) | |
parent | c3441b0320f632e22318261bcd614d10187de22d (diff) | |
download | PeerTube-47d883de2efbc2e8b5f6f94ae18c15224cbe982b.tar.gz PeerTube-47d883de2efbc2e8b5f6f94ae18c15224cbe982b.tar.zst PeerTube-47d883de2efbc2e8b5f6f94ae18c15224cbe982b.zip |
Merge branch 'release/5.1.0' into develop
Diffstat (limited to 'client/src/app/menu/notification.component.scss')
-rw-r--r-- | client/src/app/menu/notification.component.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/app/menu/notification.component.scss b/client/src/app/menu/notification.component.scss index 256ed7328..7f70aeff6 100644 --- a/client/src/app/menu/notification.component.scss +++ b/client/src/app/menu/notification.component.scss | |||
@@ -120,9 +120,13 @@ | |||
120 | } | 120 | } |
121 | } | 121 | } |
122 | 122 | ||
123 | my-global-icon { | 123 | my-global-icon[iconName=cog] { |
124 | width: 20px; | 124 | width: 20px; |
125 | } | 125 | } |
126 | |||
127 | my-global-icon[iconName=tick] { | ||
128 | width: 26px; | ||
129 | } | ||
126 | } | 130 | } |
127 | 131 | ||
128 | .all-notifications { | 132 | .all-notifications { |