feat: Tweak style
Build / Flatpak (x86_64) (push) Failing after 1h10m13s Details

This commit is contained in:
daudix-UFO 2023-07-20 17:43:32 +03:00
parent 72a3140673
commit 9cbb719bc8
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C
4 changed files with 9 additions and 6 deletions

View File

@ -11,6 +11,7 @@
<file preprocess="xml-stripblanks" alias="ui/code_block.ui">widgets/code_block.ui</file>
<file preprocess="xml-stripblanks">gtk/help-overlay.ui</file>
<file>style.css</file>
<file>style-dark.css</file>
</gresource>
<gresource prefix="/io/github/Bavarder/Bavarder/icons/scalable/actions/">

1
src/style-dark.css Normal file
View File

@ -0,0 +1 @@
.chat-entry { background: rgba(255, 255, 255, 0.1); }

View File

@ -9,12 +9,13 @@
background-color: rgba(184, 134, 17,0.02);
}
.chat-entry > text { background: none; }
.chat-entry {
background: rgba(0, 0, 0, 0.08);
}
.message-bubble {
font-size: 16px;
color: @window_fg_color;
border-radius: 15px;
border-radius: 12px;
padding: 9px;
background-color: mix(@window_bg_color, @window_fg_color, .05);
}
@ -26,11 +27,11 @@
}
.avatar-user {
opacity: 0;
opacity: 1;
}
.timestamp {
font-size: 12px;
font-size: 9pt;
padding-left: 6px;
}

View File

@ -11,7 +11,7 @@ template $Item : Box {
"avatar-other",
]
valign: start;
size: 36;
size: 32;
}
Box {