diff options
author | fiaxh <git@lightrise.org> | 2022-01-08 21:33:57 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2022-01-08 21:33:57 +0100 |
commit | e40de726312638b1410da6e4b21d6a8ce818eddc (patch) | |
tree | 739da56ac13d9a9d3968a206e5c05cac93ef09b2 /main/data/theme.css | |
parent | bafec6e2022af82da7772b5286f54e789bef0cb8 (diff) | |
download | dino-e40de726312638b1410da6e4b21d6a8ce818eddc.tar.gz dino-e40de726312638b1410da6e4b21d6a8ce818eddc.zip |
Fix circular buttons to actually be round
Diffstat (limited to 'main/data/theme.css')
-rw-r--r-- | main/data/theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
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); } |