Skip to content

Commit 51dffe3

Browse files
committed
sidebar-row: Use pre-defined CSS classes instead of a custom one
1 parent 61148d1 commit 51dffe3

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

data/resources/style.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
8080
padding: 6px 0;
8181
}
8282

83-
.chat-list row .timestamp {
84-
font-size: smaller;
85-
font-feature-settings: "tnum";
86-
}
87-
8883
.chat-list row minithumbnail {
8984
border-radius: 3px;
9085
}

data/resources/ui/sidebar-row.ui

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
<property name="single-line-mode">True</property>
5151
<style>
5252
<class name="dim-label"/>
53-
<class name="timestamp"/>
53+
<class name="numeric"/>
54+
<class name="caption"/>
5455
</style>
5556
</object>
5657
</child>

0 commit comments

Comments
 (0)