[geary/wip/765516-gtk-widget-conversation-viewer: 156/169] Minor GTK and HTML CSS tweaks.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/765516-gtk-widget-conversation-viewer: 156/169] Minor GTK and HTML CSS tweaks.
- Date: Mon, 12 Sep 2016 13:25:29 +0000 (UTC)
commit 5bb13205bda9c08bfd3cd50ab720da5c48044bb3
Author: Michael James Gratton <mike vee net>
Date: Thu Sep 8 10:55:18 2016 +1000
Minor GTK and HTML CSS tweaks.
ui/conversation-message.ui | 3 +++
ui/conversation-web-view.css | 4 ++++
2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ui/conversation-message.ui b/ui/conversation-message.ui
index f6fe159..5a4de96 100644
--- a/ui/conversation-message.ui
+++ b/ui/conversation-message.ui
@@ -501,6 +501,9 @@
<property name="position">0</property>
</packing>
</child>
+ <style>
+ <class name="geary-message-body"/>
+ </style>
</object>
</child>
</object>
diff --git a/ui/conversation-web-view.css b/ui/conversation-web-view.css
index f5e2795..438b85e 100644
--- a/ui/conversation-web-view.css
+++ b/ui/conversation-web-view.css
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]