mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Don't apply max-height to statuses in carousel
This commit is contained in:
parent
0792df1adb
commit
1b3112de1b
1 changed files with 5 additions and 2 deletions
|
@ -121,11 +121,14 @@
|
||||||
.status-card > * {
|
.status-card > * {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.status-card :is(.content, .poll, .media-container) {
|
.status-card:not(.status-carousel .status)
|
||||||
|
:is(.content, .poll, .media-container) {
|
||||||
max-height: 160px !important;
|
max-height: 160px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.status.small .status-card :is(.content, .poll, .media-container) {
|
.status.small:not(.status-carousel .status)
|
||||||
|
.status-card
|
||||||
|
:is(.content, .poll, .media-container) {
|
||||||
max-height: 80px !important;
|
max-height: 80px !important;
|
||||||
}
|
}
|
||||||
.status-card :is(.content, .poll) {
|
.status-card :is(.content, .poll) {
|
||||||
|
|
Loading…
Reference in a new issue