UI improvements #24

Merged
verbiricha merged 15 commits from ui into main 2023-01-10 12:58:14 +00:00
Showing only changes of commit 58f5e50cea - Show all commits

View File

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