|
|
|
@ -621,19 +621,19 @@ li div.bubble.file:not(.audio):after { |
|
|
|
|
|
|
|
/* File element */ |
|
|
|
|
|
|
|
li .bubble.file { |
|
|
|
ul.list li > div.bubble.file { |
|
|
|
margin-bottom: 1.5rem; |
|
|
|
} |
|
|
|
|
|
|
|
li .bubble.file ul.card { |
|
|
|
ul.list li > div.bubble.file ul.card { |
|
|
|
margin-bottom: 0.5rem; |
|
|
|
} |
|
|
|
|
|
|
|
li .bubble.file ul.card + p:empty:before { |
|
|
|
ul.list li > div.bubble.file ul.card + p:empty:before { |
|
|
|
content: ' '; |
|
|
|
} |
|
|
|
|
|
|
|
li .bubble.file div.file { |
|
|
|
ul.list li > div.bubble.file div.file { |
|
|
|
margin-bottom: 3rem; |
|
|
|
border-radius: 0.75rem; |
|
|
|
} |
|
|
|
@ -642,8 +642,8 @@ li:not(.oppose) .bubble.file span.resource+div.file { |
|
|
|
margin-top: 1rem; |
|
|
|
} |
|
|
|
|
|
|
|
li .bubble.file div.file img, |
|
|
|
li .bubble.file div.file video { |
|
|
|
ul.list li > div.bubble.file div.file img, |
|
|
|
ul.list li > div.bubble.file div.file video { |
|
|
|
display: block; |
|
|
|
width: auto; |
|
|
|
max-height: 200px; |
|
|
|
@ -675,7 +675,7 @@ li.oppose .bubble.file div.file video { |
|
|
|
margin-left: auto; |
|
|
|
} |
|
|
|
|
|
|
|
li .bubble.file div.file[data-type="image/gif"]:after { |
|
|
|
ul.list li > div.bubble.file div.file[data-type="image/gif"]:after { |
|
|
|
color: white; |
|
|
|
font-family: 'Material Symbols'; |
|
|
|
text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); |
|
|
|
@ -689,8 +689,8 @@ li .bubble.file div.file[data-type="image/gif"]:after { |
|
|
|
pointer-events: none; |
|
|
|
} |
|
|
|
|
|
|
|
li .bubble.file div.file a span.host:before, |
|
|
|
li .bubble.file div.file a span.size:before { |
|
|
|
ul.list li > div.bubble.file div.file a span.host:before, |
|
|
|
ul.list li > div.bubble.file div.file a span.size:before { |
|
|
|
content: '-'; |
|
|
|
margin-left: 1rem; |
|
|
|
margin-right: 1rem; |
|
|
|
|