Gain real estate with large notifications.
This commit is contained in:
parent
7a2d3dda10
commit
e6ba007f18
@ -25,6 +25,10 @@ body {
|
||||
.notification.follow > p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.notification .spoiled,
|
||||
.notification .attachments {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.panel-heading {
|
||||
font-weight: bold;
|
||||
|
@ -306,7 +306,7 @@ notificationHeading account str iconType =
|
||||
|
||||
notificationStatusView : Mastodon.Status -> Mastodon.Notification -> Html Msg
|
||||
notificationStatusView status { type_, account } =
|
||||
div [ class "notification mention" ]
|
||||
div [ class "notification" ]
|
||||
[ case type_ of
|
||||
"reblog" ->
|
||||
notificationHeading account "boosted your toot" "fire"
|
||||
|
Loading…
Reference in New Issue
Block a user