X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fbuttons%2Faction-dropdown.component.scss;h=92c4d1d2c075296759f669f74fc5ed1bdec92e77;hb=af5767ffae41b2d5604e41ba9a7225c623dd6735;hp=00f120fb8ea5831292bb334544a290703d89ade6;hpb=54b3316099ed7d2dfcb6d708fdb686f1e125ce61;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/buttons/action-dropdown.component.scss b/client/src/app/shared/buttons/action-dropdown.component.scss index 00f120fb8..92c4d1d2c 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.scss +++ b/client/src/app/shared/buttons/action-dropdown.component.scss @@ -3,7 +3,14 @@ .action-button { @include peertube-button; - @include grey-button; + + &.grey { + @include grey-button; + } + + &.orange { + @include orange-button; + } display: inline-block; padding: 0 10px; @@ -30,9 +37,19 @@ } } +.dropdown-toggle::after { + position: relative; + top: 1px; +} + .dropdown-menu { .dropdown-item { cursor: pointer; color: #000 !important; + + a, span { + display: block; + width: 100%; + } } } \ No newline at end of file