Fixed styling notification summary not working correctly. Fixes #143

This commit is contained in:
Erik Reider 2022-07-11 22:30:46 +02:00
parent b455c63479
commit 4f142f54f6
2 changed files with 8 additions and 4 deletions

View File

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

View File

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