forked from e621ng/e621ng
[Misc] Fix a couple of login style issues (#892)
This commit is contained in:
parent
0ee3307743
commit
a128837b1f
@ -117,6 +117,12 @@ nav.navigation {
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include window-smaller-than(32rem) {
|
||||||
|
&.sign-in .simple-avatar-image {
|
||||||
|
background: themed("color-foreground");
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -249,8 +249,9 @@ div#c-users {
|
|||||||
|
|
||||||
div.input {
|
div.input {
|
||||||
input[type="text"], input[type="email"], input[type="password"], select {
|
input[type="text"], input[type="email"], input[type="password"], select {
|
||||||
width: 100%;
|
// z_responsive is the absolute worst
|
||||||
max-width: unset;
|
width: 100% !important;
|
||||||
|
max-width: unset !important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user