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

18 lines
254 B
CSS
Raw Normal View History

2020-06-06 00:47:28 +00:00
headerbar { padding: 0; }
2020-06-07 07:25:13 +00:00
.services button { border-radius: 0; }
.message-content, .message-content text {
background: none;
box-shadow: none;
border: none;
}
2020-06-20 04:40:34 +00:00
popover > box {
margin: 6px;
}
2020-07-01 01:09:22 +00:00
.command-buffer, .command-input {
padding: 8px 12px;
}