Include CSS as GResource

Also use explicit namespace for bare functions and constants used in
main.rs.
This commit is contained in:
Reinout Meliesie 2026-01-21 16:56:05 +01:00
commit 5e5df5c401
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
6 changed files with 39 additions and 6 deletions

8
data/application.css Normal file
View file

@ -0,0 +1,8 @@
.media-grid flowboxchild {
padding: 0;
}
.media-grid-item {
/* No bold text by default for this kind of button */
font-weight: normal;
}

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/kernelmaft/zoodex/">
<file>application.css</file>
</gresource>
</gresources>