mirror of
https://github.com/ErikReider/SwayNotificationCenter.git
synced 2024-11-25 06:27:08 +03:00
Fixed styling notification summary not working correctly. Fixes #143
This commit is contained in:
parent
b455c63479
commit
4f142f54f6
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user