center and margin for embdedded content

This commit is contained in:
Alejandro Gomez 2023-01-09 23:18:58 +01:00
parent d47fb245d5
commit 58f5e50cea
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -32,10 +32,10 @@
.note > .body > img, .note > .body > video, .note > .body > iframe { .note > .body > img, .note > .body > video, .note > .body > iframe {
max-width: 100%; max-width: 100%;
max-height: 500px; max-height: 500px;
} margin: 10px;
margin-left: auto;
.note > .body > iframe { margin-right: auto;
margin: 10px 0; display: block;
} }
.note > .header > img:hover, .note > .header > .name > .reply:hover, .note > .body:hover { .note > .header > img:hover, .note > .header > .name > .reply:hover, .note > .body:hover {