messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit c6f237c08b22c6faf6933c51d16eb3e2bd2e7cef
parent 74cec6a0c6d6c78729b16bbd2f38f122be82c85f
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Sat, 29 Jul 2023 01:52:00 +0200

Adjust css font sizes to be absolute pixels

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Mresources/css/style.css | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/resources/css/style.css b/resources/css/style.css @@ -8,11 +8,11 @@ } .header-subtitle { - font-size: small; + font-size: 14px; } .profile-key { - font-size: xx-small; + font-size: 10px; } .account-entry { @@ -35,7 +35,7 @@ border-radius: 12px; padding: 8px 12px; margin: 4px; - font-size: small; + font-size: 14px; } .message-box:not(.sent) { @@ -62,7 +62,7 @@ } .timestamp-label { - font-size: x-small; + font-size: 12px; } .picker-switcher-box { @@ -70,7 +70,7 @@ } .emoji-flow-box { - font-size: large; + font-size: 24px; } .settings-entry, .details-entry {