diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-01 10:22:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-01 10:22:53 +0100 |
commit | 1279c05eeb6d14fdc188b3e23fb4f3f2bfda70ee (patch) | |
tree | b1076b3ae8b14b13c7c1b76b5b1970ae26d45061 | |
parent | ee2aa1260e99e2bcf6610c1c04c56f503ccd20c9 (diff) | |
download | PeerTube-1279c05eeb6d14fdc188b3e23fb4f3f2bfda70ee.tar.gz PeerTube-1279c05eeb6d14fdc188b3e23fb4f3f2bfda70ee.tar.zst PeerTube-1279c05eeb6d14fdc188b3e23fb4f3f2bfda70ee.zip |
Fix action dropdown height
-rw-r--r-- | client/src/app/shared/shared-main/buttons/action-dropdown.component.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/buttons/action-dropdown.component.scss b/client/src/app/shared/shared-main/buttons/action-dropdown.component.scss index 4c8a591aa..5d400c0f7 100644 --- a/client/src/app/shared/shared-main/buttons/action-dropdown.component.scss +++ b/client/src/app/shared/shared-main/buttons/action-dropdown.component.scss | |||
@@ -9,7 +9,6 @@ | |||
9 | @include peertube-button; | 9 | @include peertube-button; |
10 | 10 | ||
11 | display: inline-block; | 11 | display: inline-block; |
12 | padding: 0 10px; | ||
13 | 12 | ||
14 | &.button-styled { | 13 | &.button-styled { |
15 | 14 | ||