Minor GTK and HTML CSS tweaks.
This commit is contained in:
parent
d32676d5f5
commit
e0b956b64d
2 changed files with 7 additions and 0 deletions
|
|
@ -501,6 +501,9 @@
|
|||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<style>
|
||||
<class name="geary-message-body"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue