Styling dashboard count segmented control.

This commit is contained in:
Samuel Clay 2022-05-16 17:30:14 -04:00
parent 8a5748fa37
commit bd8b9b0de5

View file

@ -13394,6 +13394,12 @@ margin-right: 6px;}
.NB-filter-popover .segmented-control.NB-feed-notification-types li {
width: 39px;
}
.NB-filter-popover .segmented-control.NB-menu-manage-view-setting-dashboardcount li {
width: 30px;
}
.NB-filter-popover .segmented-control.NB-menu-manage-view-setting-dashboardcount li.NB-active {
width: 64px;
}
.NB-filter-popover .segmented-control.NB-menu-manage-view-setting-infrequent li {
width: auto;
padding-left: 10px;