mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 16:27:29 -06:00
[feature/frontend] Add login button to index page which reiterates info about clients (#3377)
* Add login button to index page which reiterates info about clients * bit of CSS fiddling, move apps from front page to login info * fix indentation --------- Co-authored-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
parent
702d49207f
commit
7b7fc528f1
12 changed files with 386 additions and 179 deletions
|
|
@ -135,3 +135,9 @@
|
|||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.login {
|
||||
position: absolute;
|
||||
top: 2vh;
|
||||
right: 2vh;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue