mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
fix: saved account scrollbar (#726)
fixes: #724 should contains no side effects
This commit is contained in:
+4
-5
@@ -189,8 +189,7 @@ a {
|
|||||||
.x-login-form-container {
|
.x-login-form-container {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
justify-items: center;
|
height: 375px;
|
||||||
height: fit-content;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-login-form-container:has(> div:nth-child(3)) {
|
.x-login-form-container:has(> div:nth-child(3)) {
|
||||||
@@ -198,9 +197,9 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-login-form-container > div {
|
.x-login-form-container > div {
|
||||||
position: relative;
|
display: flex;
|
||||||
height: fit-content;
|
flex-direction: column;
|
||||||
max-width: 280px;
|
min-height: 0;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user