aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-04-14 10:19:09 +0300
committershpuld <shp@cock.li>2018-04-14 10:19:09 +0300
commit96692454a0692166971072da357e6ae077844bfe (patch)
tree80b3031876365de76567b0e9303fa7abaa64a4bf /src/App.scss
parent1db9b1e1ad52f9f80305fcb71a306b3beb28a96a (diff)
change external link icon, move chat from side panel to floating, hide own bio, prevent body/app from scrolling horizontally.
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss4
1 files changed, 4 insertions, 0 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 {