We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61148d1 commit 51dffe3Copy full SHA for 51dffe3
2 files changed
data/resources/style.css
@@ -80,11 +80,6 @@
80
padding: 6px 0;
81
}
82
83
-.chat-list row .timestamp {
84
- font-size: smaller;
85
- font-feature-settings: "tnum";
86
-}
87
-
88
.chat-list row minithumbnail {
89
border-radius: 3px;
90
data/resources/ui/sidebar-row.ui
@@ -50,7 +50,8 @@
50
<property name="single-line-mode">True</property>
51
<style>
52
<class name="dim-label"/>
53
- <class name="timestamp"/>
+ <class name="numeric"/>
54
+ <class name="caption"/>
55
</style>
56
</object>
57
</child>
0 commit comments