fix switch to user

ideally the .switchBackToUser should lie above the #app in the dom, and not inside. then I wouldn't have to write so hacky css
This commit is contained in:
Felix Niklas 2015-06-08 12:21:37 +02:00
parent 818b01f422
commit 10a87d72a1

View file

@ -20,6 +20,7 @@ body {
height: 100%; height: 100%;
color: hsl(198,19%,72%); color: hsl(198,19%,72%);
word-break: break-all; word-break: break-all;
display: flex;
} }
p { p {
@ -51,8 +52,8 @@ blockquote {
#app { #app {
display: flex; display: flex;
flex: 1;
min-width: $minWidth; min-width: $minWidth;
height: 100%;
} }
.u-unclickable { .u-unclickable {
@ -4067,7 +4068,7 @@ footer {
} }
#app.switchBackToUserSpace { #app.switchBackToUserSpace {
top: 45px; margin-top: 45px;
} }
.modal { .modal {