1
0
Fork 0

Fix minor styling issue with column menus.

This commit is contained in:
Nicolas Perriault 2017-05-14 11:30:38 +02:00
parent 547dfd770a
commit 7ace73ed83
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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

View File

@ -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