mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Experiment widen multiple-media figure
This commit is contained in:
parent
902149e9a7
commit
ac05fabf05
1 changed files with 8 additions and 0 deletions
|
@ -712,6 +712,14 @@
|
||||||
/* height: 200px; */
|
/* height: 200px; */
|
||||||
max-height: max(200px, 40vh);
|
max-height: max(200px, 40vh);
|
||||||
}
|
}
|
||||||
|
.status.medium .content ~ * .media-container:is(.media-eq2, .media-gt2),
|
||||||
|
.status.medium .content ~ .media-container:is(.media-eq2, .media-gt2) {
|
||||||
|
/*
|
||||||
|
50px = avatar size
|
||||||
|
12px = gap
|
||||||
|
*/
|
||||||
|
margin-left: calc(-1 * (50px + 12px));
|
||||||
|
}
|
||||||
.status.large :is(.media-container, .media-container.media-gt2) {
|
.status.large :is(.media-container, .media-container.media-gt2) {
|
||||||
height: auto;
|
height: auto;
|
||||||
/* min-height: 160px; */
|
/* min-height: 160px; */
|
||||||
|
|
Loading…
Reference in a new issue