diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-28 14:25:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-28 14:25:03 +0200 |
commit | 1c5e49e75284100b7b1fc8b4e73c8ba53fe22e89 (patch) | |
tree | b8f8243bccb517e8e6fb54dc99526d62636ca0b4 /client/src/app/menu/menu.component.scss | |
parent | daa45ded44f0e7329a8ea88024275b0bb69ea0cb (diff) | |
parent | 1025ce5df9f5cfa7b96f9712c91d1de6bc699f71 (diff) | |
download | PeerTube-1c5e49e75284100b7b1fc8b4e73c8ba53fe22e89.tar.gz PeerTube-1c5e49e75284100b7b1fc8b4e73c8ba53fe22e89.tar.zst PeerTube-1c5e49e75284100b7b1fc8b4e73c8ba53fe22e89.zip |
Merge branch 'release/3.2.0' into develop
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index d0edd820e..6da80191a 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -259,7 +259,7 @@ my-actor-avatar { | |||
259 | display: block; | 259 | display: block; |
260 | width: 100%; | 260 | width: 100%; |
261 | 261 | ||
262 | :not(:last-child) { | 262 | &:not(:last-child) { |
263 | margin-bottom: 10px; | 263 | margin-bottom: 10px; |
264 | } | 264 | } |
265 | } | 265 | } |