mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 16:44:50 +00:00
Remove height for comments
This commit is contained in:
parent
32eca1a0fc
commit
34f5aeae75
1 changed files with 0 additions and 9 deletions
9
resources/assets/sass/custom.scss
vendored
9
resources/assets/sass/custom.scss
vendored
|
@ -66,15 +66,6 @@ body, button, input, textarea {
|
||||||
border-bottom:1px solid rgba(0, 0, 0, 0.1);
|
border-bottom:1px solid rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card.status-container.orientation-square .status-comments {
|
|
||||||
height: 360px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.card.status-container.orientation-portrait .status-comments {
|
|
||||||
height: 528px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card.status-container.orientation-landscape .status-photo img {
|
.card.status-container.orientation-landscape .status-photo img {
|
||||||
max-height: 451px !important;
|
max-height: 451px !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue