mirror of
https://git.sdbs.cz/sdbs/pile.git
synced 2025-05-10 00:12:18 +00:00
login css fix
This commit is contained in:
parent
857c2378c2
commit
814e18a7cd
1 changed files with 3 additions and 3 deletions
|
@ -199,9 +199,9 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
#login {
|
#login {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 1rem;
|
||||||
right: 2rem;
|
right: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login input {
|
#login input {
|
||||||
|
|
Loading…
Add table
Reference in a new issue