qol: attachments newest to oldest and adjustments so attachments are shown

This commit is contained in:
Gary Sharp
2024-12-18 20:09:10 +11:00
parent 7550e0e45d
commit 39ba206831
20 changed files with 81 additions and 85 deletions
+3 -3
View File
@@ -321,14 +321,14 @@
}
#deviceShowResources #Attachments div.attachmentOutput {
position: relative;
height: 115px;
height: 320px;
overflow: auto;
}
#deviceShowResources #Attachments div.attachmentOutput > a {
display: block;
float: left;
height: 48px;
width: 221px;
width: 218px;
padding: 2px;
margin: 2px;
font-size: 0.9em;
@@ -379,7 +379,7 @@
#deviceShowResources #Attachments div.attachmentOutput > a span.remove {
font-size: 1.4em;
color: #e51400;
margin-left: 6px;
margin-left: 5px;
cursor: pointer;
opacity: 0;
}