add file info on mobile

This commit is contained in:
plebeius.eth
2024-03-30 16:18:16 +01:00
parent e51b1485af
commit 761431e084
4 changed files with 55 additions and 27 deletions
+16
View File
@@ -40,6 +40,10 @@
background-image: var(--post-unhide-button-background-image);
}
.postDesktop .fileThumb {
float: left;
}
.postDesktop .fileText a {
color: var(--post-link-text-color);
text-decoration: var(--post-link-text-decoration);
@@ -197,6 +201,18 @@
text-align: right;
}
.postMobile .fileThumb {
float: left;
}
.postMobile .fileThumb .fileInfo {
padding-bottom: 5px;
text-align: center;
color: var(--post-mobile-file-info-text-color);
font-size: 9pt;
display: block;
}
.postMobile .postMessage {
padding: 10px;
font-size: var(--post-mobile-content-font-size);