1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-gtk.git synced 2024-09-27 20:48:45 +00:00
cchat-gtk/internal/ui/style.css
diamondburned (Forefront) f10aa71003 UI changes; typing state working
This commit refactors the input container's UI as well as fixing some
bugs related to asynchronous fetching of images.

It also adds complete typing indicator capabilities, all without using a
single mutex!
2020-07-03 21:41:12 -07:00

11 lines
256 B
CSS

/* Make CSS more consistent across themes */
headerbar { padding: 0; }
/* Consistent design */
.services button { border-radius: 0; }
popover > box { margin: 6px; }
/* Hack to fix the input bar being high in Adwaita */
.input-field * { min-height: 0; }