client: Use natural width intead of CSS min-width

#1516
This commit is contained in:
Cédric Bellegarde 2023-07-11 22:26:43 +02:00
parent 5ee6cc19ec
commit 186b5a6d7b
5 changed files with 15 additions and 13 deletions

View file

@ -3,7 +3,6 @@
<interface>
<requires lib="gtk+" version="3.24"/>
<template class="ConversationListView" parent="GtkScrolledWindow">
<property name="width-request">250</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>

View file

@ -8,22 +8,10 @@
/* MainWindow */
.geary-folder {
min-width: 300px;
}
geary-conversation-list revealer {
margin: 6px;
}
geary-conversation-list {
min-width: 360px;
}
geary-conversation-viewer {
min-width: 360px;
}
.geary-overlay {
background-color: @theme_base_color;
padding: 2px 6px;