From 79bd2632d62f2f600d663815fcc00a01ca981aa1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Oct 2018 16:56:14 +0200 Subject: Add user moderation in the account page --- client/src/app/shared/buttons/action-dropdown.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/src/app/shared/buttons/action-dropdown.component.scss') diff --git a/client/src/app/shared/buttons/action-dropdown.component.scss b/client/src/app/shared/buttons/action-dropdown.component.scss index 615511093..00f120fb8 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.scss +++ b/client/src/app/shared/buttons/action-dropdown.component.scss @@ -22,6 +22,12 @@ background-image: url('../../../assets/images/video/more.svg'); top: -1px; } + + &.small { + font-size: 14px; + height: 20px; + line-height: 20px; + } } .dropdown-menu { -- cgit v1.2.3