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:
parent
818b01f422
commit
10a87d72a1
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue