summaryrefslogtreecommitdiff
path: root/style/postman.css
diff options
context:
space:
mode:
authoryehuda <yehuda@myinbox.in>2019-05-16 12:15:39 +0300
committeryehuda <yehuda@myinbox.in>2019-05-16 12:15:39 +0300
commit6b0c4d5d97cac613ad8218fc9f0779eec63c28e3 (patch)
tree3ac2513ad5cb08650b03f55d837cf6b1d578dd21 /style/postman.css
parentc88e7ad0b42cefd8fb7b509c8c2e355f567d9434 (diff)
parent09ad01149ef5981407149bc3c9502058482fb419 (diff)
downloadPost-SMTP-6b0c4d5d97cac613ad8218fc9f0779eec63c28e3.zip
Merge remote-tracking branch 'origin/dev'
Diffstat (limited to 'style/postman.css')
-rw-r--r--style/postman.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/style/postman.css b/style/postman.css
index 3e6358c..7e314a4 100644
--- a/style/postman.css
+++ b/style/postman.css
@@ -1,7 +1,25 @@
@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;
+ overflow: hidden;
}
#postman-main-menu.advanced_config {
@@ -76,7 +94,8 @@ dt em {
p#back_to_main_menu {
text-align: right;
- margin-top: 10px
+ margin-top: 10px;
+ padding-right: 10px;
}
.welcome-panel-column welcome-panel-last {