mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-10-21 10:52:45 +00:00
Make user profile page a little more responsive
This commit is contained in:
@@ -36,7 +36,7 @@ a {
|
||||
}
|
||||
|
||||
#jscontainer {
|
||||
display: flex;
|
||||
display: table;
|
||||
justify-content: center;
|
||||
flex-wrap: nowrap;
|
||||
flex-direction: row;
|
||||
@@ -46,7 +46,7 @@ a {
|
||||
margin: 0px;
|
||||
}
|
||||
#jschild {
|
||||
display: inline;
|
||||
display: table-cell;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user