mirror of
https://github.com/diamondburned/cchat-gtk.git
synced 2024-11-10 00:04:31 +00:00
diamondburned (Forefront)
f10aa71003
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!
11 lines
256 B
CSS
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; }
|