Commit 4f142f54 authored by Erik Reider's avatar Erik Reider

Fixed styling notification summary not working correctly. Fixes #143

parent b455c634
...@@ -97,10 +97,6 @@ ...@@ -97,10 +97,6 @@
<property name="ellipsize">end</property> <property name="ellipsize">end</property>
<property name="max-width-chars">0</property> <property name="max-width-chars">0</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="size" value="12288"/>
</attributes>
<style> <style>
<class name="summary"/> <class name="summary"/>
</style> </style>
......
...@@ -129,17 +129,25 @@ ...@@ -129,17 +129,25 @@
} }
.summary { .summary {
font-size: 16px;
font-weight: bold;
background: transparent;
color: white; color: white;
text-shadow: none; text-shadow: none;
} }
.time { .time {
font-size: 16px;
font-weight: bold;
background: transparent;
color: white; color: white;
text-shadow: none; text-shadow: none;
margin-right: 18px; margin-right: 18px;
} }
.body { .body {
font-size: 15px;
font-weight: normal;
background: transparent; background: transparent;
color: white; color: white;
text-shadow: none; text-shadow: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment