mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-10-22 18:32:42 +00:00
I don't even know.
Filled out API for user management Proper escaping of user input for SQL queries (stream keys aren't user input) Filled out frontend with profile management, vods, etc. I don't remember there's probably more, fuck.
This commit is contained in:
@@ -13,14 +13,18 @@ a {
|
||||
justify-content: center;
|
||||
flex-wrap: nowrap;
|
||||
flex-direction: column;
|
||||
margin-top: 0px;
|
||||
margin: 0 0 0 0;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
#header {
|
||||
text-align: center;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 10px;
|
||||
box-shadow: 0px 0px 7px rgb(14, 15, 17);
|
||||
padding: 0px 10px 0px 10px;
|
||||
margin-top: -10px;
|
||||
margin-left: -8px;
|
||||
margin-right: -8px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#content {
|
||||
|
Reference in New Issue
Block a user