diff --git a/main/data/conversation_row.ui b/main/data/conversation_row.ui index 1dd75035..ff08eac2 100644 --- a/main/data/conversation_row.ui +++ b/main/data/conversation_row.ui @@ -136,12 +136,14 @@ True + 27 + 27 False True 5 diff --git a/main/data/conversation_view.ui b/main/data/conversation_view.ui index 3c157960..c968f992 100644 --- a/main/data/conversation_view.ui +++ b/main/data/conversation_view.ui @@ -27,12 +27,14 @@ 30 + 30 + 30 False end end True 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); }