diff options
Diffstat (limited to 'style/postman.css')
-rw-r--r-- | style/postman.css | 17 |
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; } |