diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-16 08:18:48 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-16 08:18:48 +0100 |
commit | a31aed9c1ceee068656115096d0652ad12848936 (patch) | |
tree | 46076b502dc4dcea0feb0c296164d6127a206c14 | |
parent | 2346a6dc8067a9a467ddf17a3289d4f966257387 (diff) | |
download | PeerTube-a31aed9c1ceee068656115096d0652ad12848936.tar.gz PeerTube-a31aed9c1ceee068656115096d0652ad12848936.tar.zst PeerTube-a31aed9c1ceee068656115096d0652ad12848936.zip |
Fix notification tick size
-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 { |