diff --git a/public/style.css b/public/style.css index 733a387..5638b44 100644 --- a/public/style.css +++ b/public/style.css @@ -130,7 +130,7 @@ li.load-more { padding-top: 6px; } -.panel .btn-group-justified .btn { +.btn-group-justified.column-menu .btn { border-radius: 0; border-bottom: 0; outline: 0; diff --git a/src/View/Notification.elm b/src/View/Notification.elm index ad8bf64..a8c5304 100644 --- a/src/View/Notification.elm +++ b/src/View/Notification.elm @@ -151,7 +151,7 @@ notificationFilterView filter = ] [ Common.icon iconName ] in - Common.justifiedButtonGroup "notification-filters" + Common.justifiedButtonGroup "column-menu notification-filters" [ filterBtn "All notifications" "asterisk" NotificationAll , filterBtn "Mentions" "share-alt" NotificationOnlyMentions , filterBtn "Direct" "envelope" NotificationOnlyDirect diff --git a/src/View/Timeline.elm b/src/View/Timeline.elm index 401870d..22a45eb 100644 --- a/src/View/Timeline.elm +++ b/src/View/Timeline.elm @@ -77,7 +77,7 @@ contextualTimelineMenu currentView = ] [ Common.icon iconName ] in - Common.justifiedButtonGroup "" + Common.justifiedButtonGroup "column-menu" [ btnView "Local timeline" "th-large" LocalTimelineView , btnView "Global timeline" "globe" GlobalTimelineView , btnView "Favorites" "star" FavoriteTimelineView