Minor GTK and HTML CSS tweaks.

This commit is contained in:
Michael James Gratton 2016-09-08 10:55:18 +10:00
parent d32676d5f5
commit e0b956b64d
2 changed files with 7 additions and 0 deletions

View file

@ -501,6 +501,9 @@
<property name="position">0</property>
</packing>
</child>
<style>
<class name="geary-message-body"/>
</style>
</object>
</child>
</object>

View file

@ -6,6 +6,10 @@
* General HTML style.
*/
* {
transition: height 0.25s;
}
html {
/* Trigger CSS 2.1 § 10.6.7 to get a shrink-wrapped height. */
position: absolute !important;