diff --git a/src/skins/vector/css/vector-web/views/context_menus/NotificationStateContextMenu.css b/src/skins/vector/css/vector-web/views/context_menus/NotificationStateContextMenu.css index 1a186178e1..1f0685264b 100644 --- a/src/skins/vector/css/vector-web/views/context_menus/NotificationStateContextMenu.css +++ b/src/skins/vector/css/vector-web/views/context_menus/NotificationStateContextMenu.css @@ -24,7 +24,7 @@ limitations under the License. padding-top: 4px; padding-right: 6px; padding-bottom: 10px; - padding-left: 20px; + padding-left: 8px; /* 20px */ cursor: pointer; white-space: nowrap; display: flex; @@ -33,7 +33,6 @@ limitations under the License. .mx_NotificationStateContextMenu_field.mx_NotificationStateContextMenu_fieldSet { font-weight: bold; - padding-left: 8px; } .mx_NotificationStateContextMenu_field.mx_NotificationStateContextMenu_fieldDisabled { @@ -46,11 +45,12 @@ limitations under the License. } .mx_NotificationStateContextMenu_activeIcon { - display: none; + display: inline-block; + opacity: 0; position: relative; left: -5px; } .mx_NotificationStateContextMenu_fieldSet .mx_NotificationStateContextMenu_activeIcon { - display: inline-block; + opacity: 1; }