From 96692454a0692166971072da357e6ae077844bfe Mon Sep 17 00:00:00 2001 From: shpuld Date: Sat, 14 Apr 2018 10:19:09 +0300 Subject: change external link icon, move chat from side panel to floating, hide own bio, prevent body/app from scrolling horizontally. --- src/App.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/App.scss') 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 { -- cgit v1.2.3-70-g09d2