mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +00:00
Merge pull request #66 from hellcp/patch-1
Always center content without leaking in card
This commit is contained in:
commit
a28f6f60bc
1 changed files with 1 additions and 5 deletions
6
resources/assets/sass/custom.scss
vendored
6
resources/assets/sass/custom.scss
vendored
|
@ -59,11 +59,7 @@ body, button, input, textarea {
|
|||
display: -webkit-box !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-webkit-box-align: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
padding: 0;
|
||||
background-color: #fff;
|
||||
margin: auto !important;
|
||||
}
|
||||
|
||||
.card.status-container .status-comments {
|
||||
|
|
Loading…
Reference in a new issue