From 96692454a0692166971072da357e6ae077844bfe Mon Sep 17 00:00:00 2001 From: shpuld Date: Sat, 14 Apr 2018 10:19:09 +0300 Subject: [PATCH] change external link icon, move chat from side panel to floating, hide own bio, prevent body/app from scrolling horizontally. --- src/App.scss | 4 ++ src/App.vue | 2 +- src/components/chat_panel/chat_panel.vue | 17 ++++++- src/components/status/status.vue | 2 +- .../user_card_content/user_card_content.js | 2 +- .../user_card_content/user_card_content.vue | 4 +- src/components/user_panel/user_panel.vue | 2 +- static/font/config.json | 48 ++++++++++++++++++ static/font/css/fontello-codes.css | 8 +++ static/font/css/fontello-embedded.css | 20 +++++--- static/font/css/fontello-ie7-codes.css | 8 +++ static/font/css/fontello-ie7.css | 8 +++ static/font/css/fontello.css | 22 +++++--- static/font/demo.html | 24 ++++++--- static/font/font/fontello.eot | Bin 9812 -> 12348 bytes static/font/font/fontello.svg | 16 ++++++ static/font/font/fontello.ttf | Bin 9644 -> 12180 bytes static/font/font/fontello.woff | Bin 6032 -> 7512 bytes static/font/font/fontello.woff2 | Bin 5108 -> 6408 bytes 19 files changed, 160 insertions(+), 27 deletions(-) diff --git a/src/App.scss b/src/App.scss index e081ad9b..a8601220 100644 --- a/src/App.scss +++ b/src/App.scss @@ -6,6 +6,8 @@ background-repeat: no-repeat; background-position: 0 50px; min-height: 100vh; + max-width: 100%; + overflow: hidden; } i { @@ -36,6 +38,8 @@ body { margin: 0; color: $fallback--fg; color: var(--fg, $fallback--fg); + max-width: 100vw; + overflow-x: hidden; } a { diff --git a/src/App.vue b/src/App.vue index 051c601d..a8d17fa7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -24,7 +24,6 @@ - @@ -36,6 +35,7 @@ + diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue index dea9b703..30070d3e 100644 --- a/src/components/chat_panel/chat_panel.vue +++ b/src/components/chat_panel/chat_panel.vue @@ -32,8 +32,8 @@
+ {{$t('chat.title')}} -
@@ -44,12 +44,25 @@