fix: add background color to sidebar

AdwFlap has a  transparent background by default. On Tootle it was mostly notable on mobile view.
This commit is contained in:
Evangelos Paterakis 2022-11-13 11:28:33 +02:00
parent 6d5c9d7582
commit 11c01dcca9
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
<object class="AdwFlap" id="flap">
<child type="flap">
<object class="TootleViewsSidebar" id="sidebar">
<style>
<class name="background"/>
</style>
</object>
</child>
<!-- <child type="separator"> -->