mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Pushing the limits of CSS coding
This commit is contained in:
parent
7e65d8be5d
commit
a77b96b171
1 changed files with 5 additions and 1 deletions
|
@ -618,10 +618,14 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
|||
font-size: calc(100% + 25% * max(2 - var(--content-text-weight), 0));
|
||||
}
|
||||
.status-carousel
|
||||
.content-container[style*='content-text-weight:1']
|
||||
.content-container:is(
|
||||
[style*='content-text-weight:1'],
|
||||
[style*='content-text-weight: 1']
|
||||
)
|
||||
.media-container.media-eq1 {
|
||||
/* LOL, this is madness, reading a value from the style attribute */
|
||||
height: auto;
|
||||
max-height: max(160px, 50vh);
|
||||
}
|
||||
.status-carousel.boosts-carousel {
|
||||
--carousel-color: var(--reblog-color);
|
||||
|
|
Loading…
Reference in a new issue