summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-02-28 03:20:27 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-02-28 03:20:27 +0100
commit9efa001bcfefe1dcd285a5a60dcdbf9ddd79a066 (patch)
tree188e6fdc2e1d1081c6167aced87f40b9111d43fa /resources/styles/nheko-dark.qss
parent11bffd5d90bc678cb94d05b14c1fde6545e2b85b (diff)
Fix high dpi scaling of avatars
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss8
1 files changed, 5 insertions, 3 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 37c524c7..4efb6f30 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -145,13 +145,15 @@ UserMentionsWidget {
qproperty-highlightedTimestampColor: #e7e7e9;
qproperty-hoverTimestampColor: #f4f5f8;
- qproperty-avatarBgColor: #202228;
- qproperty-avatarFgColor: white;
-
qproperty-bubbleFgColor: white;
qproperty-bubbleBgColor: #4d84c7;
}
+RoomInfoListItem > Avatar {
+ qproperty-backgroundColor: #202228;
+ qproperty-textColor: white;
+}
+
CommunitiesListItem {
qproperty-highlightedBackgroundColor: #4d84c7;
qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);