14 lines
215 B
CSS
14 lines
215 B
CSS
.text img:not(.emoji):not(.note-avatar) {
|
|
max-height: 720px;
|
|
margin-top: 8px;
|
|
width: 100%;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.text video {
|
|
width: 100%;
|
|
margin-top: 8px;
|
|
aspect-ratio: 4/3;
|
|
border-radius: 6px;
|
|
}
|