1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

center advance interface

Center advanced interface in the browser windows like it's proposed in https://github.com/mastodon/mastodon/issues/20139
This commit is contained in:
RealDekkia 2023-02-26 15:15:58 +01:00 committed by GitHub
parent 730bb3e211
commit b586b86b20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2241,6 +2241,7 @@ a.account__display-name {
justify-content: flex-start; justify-content: flex-start;
overflow-x: auto; overflow-x: auto;
position: relative; position: relative;
margin: auto;
&.unscrollable { &.unscrollable {
overflow-x: hidden; overflow-x: hidden;