mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Fix #156
This commit is contained in:
parent
32eca1a0fc
commit
6c0817a572
1 changed files with 0 additions and 22 deletions
22
resources/assets/sass/custom.scss
vendored
22
resources/assets/sass/custom.scss
vendored
|
@ -61,32 +61,10 @@ body, button, input, textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.card.status-container .status-comments {
|
.card.status-container .status-comments {
|
||||||
height: 220px;
|
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
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 {
|
|
||||||
max-height: 451px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card.status-container.orientation-square .status-photo img {
|
|
||||||
max-height: 601px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card.status-container.orientation-portrait .status-photo img {
|
|
||||||
max-height: 772px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-caret.dropdown-toggle {
|
.no-caret.dropdown-toggle {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue