mirror of
https://github.com/diamondburned/cchat-gtk.git
synced 2024-10-31 19:44:23 +00:00
18 lines
254 B
CSS
18 lines
254 B
CSS
headerbar { padding: 0; }
|
|
|
|
.services button { border-radius: 0; }
|
|
|
|
.message-content, .message-content text {
|
|
background: none;
|
|
box-shadow: none;
|
|
border: none;
|
|
}
|
|
|
|
popover > box {
|
|
margin: 6px;
|
|
}
|
|
|
|
.command-buffer, .command-input {
|
|
padding: 8px 12px;
|
|
}
|