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