From e40de726312638b1410da6e4b21d6a8ce818eddc Mon Sep 17 00:00:00 2001 From: fiaxh Date: Sat, 8 Jan 2022 21:33:57 +0100 Subject: Fix circular buttons to actually be round --- main/data/theme.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/data/theme.css') diff --git a/main/data/theme.css b/main/data/theme.css index 36b3cb5b..d581cac2 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -78,6 +78,11 @@ window.dino-main .dino-sidebar > frame { transition: background .05s ease; } +window.dino-main .circular-button { + padding: 0; + border-radius: 1000px; +} + window.dino-main .dino-conversation .message-box.edit-mode { background: alpha(@theme_selected_bg_color, 0.1); } -- cgit v1.2.3-54-g00ecf