mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 01:26:24 +01:00
Fix width issue
This commit is contained in:
parent
c286562ee8
commit
94996d098e
1 changed files with 5 additions and 2 deletions
|
@ -306,11 +306,14 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
.timeline {
|
.timeline {
|
||||||
> li:not(.timeline-item-carousel, .timeline-item-container) {
|
> li:not(.timeline-item-carousel, .timeline-item-container) {
|
||||||
&:has(.status-media-first) {
|
&:has(.status-media-first) {
|
||||||
width: fit-content;
|
@media (min-width: 40em) {
|
||||||
|
width: fit-content;
|
||||||
|
max-width: min(480px, 100%);
|
||||||
|
}
|
||||||
|
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
max-width: min(480px, 100%);
|
|
||||||
margin-inline: auto !important;
|
margin-inline: auto !important;
|
||||||
|
|
||||||
&:not(:first-child) {
|
&:not(:first-child) {
|
||||||
|
|
Loading…
Reference in a new issue