Skip to content

Commit

Permalink
Fixed styling notification summary not working correctly. Fixes #143
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Jul 11, 2022
1 parent b455c63 commit 4f142f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/notification/notification.ui
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@
<property name="ellipsize">end</property>
<property name="max-width-chars">0</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="size" value="12288"/>
</attributes>
<style>
<class name="summary"/>
</style>
Expand Down
8 changes: 8 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,25 @@
}

.summary {
font-size: 16px;
font-weight: bold;
background: transparent;
color: white;
text-shadow: none;
}

.time {
font-size: 16px;
font-weight: bold;
background: transparent;
color: white;
text-shadow: none;
margin-right: 18px;
}

.body {
font-size: 15px;
font-weight: normal;
background: transparent;
color: white;
text-shadow: none;
Expand Down

0 comments on commit 4f142f5

Please sign in to comment.