summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorYehuda Hassine <yehuda@myinbox.in>2019-04-19 01:22:45 +0300
committerYehuda Hassine <yehuda@myinbox.in>2019-04-19 01:22:45 +0300
commitdad9828e8c866e50d6e44aebd103f1ab97409a5b (patch)
treeecdc83e649fcafe5e6ed792317ef6760670d451b /style
parent663b48bdb1ef0469b467fbf28f7074b13743234a (diff)
downloadPost-SMTP-dad9828e8c866e50d6e44aebd103f1ab97409a5b.zip
add message id + twitter widget
Diffstat (limited to 'style')
-rw-r--r--style/postman.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/style/postman.css b/style/postman.css
index 3e6358c..2366e10 100644
--- a/style/postman.css
+++ b/style/postman.css
@@ -1,5 +1,22 @@
@CHARSET "UTF-8";
+.twitter-wrap {
+ display: flex;
+}
+
+.twitter-wrap #postman-main-menu {
+ flex: 1;
+ margin: 0;
+ margin-right: 10px;
+ overflow: hidden;
+ max-height: 300px;
+ border-radius: 5px;
+}
+
+.welcome-panel-content {
+ width: 100%;
+}
+
#postman-main-menu.welcome-panel {
padding: 0px 10px 5px;
}