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
+2 -4
View File
@@ -303,13 +303,12 @@
}
#Comments {
height: 300px;
padding: 0;
border: 1px solid @SubtleBorderColour;
background-color: @white;
div.commentOutput {
height: 249px;
height: 320px;
overflow: auto;
background-color: @BackgroundColourLight;
color: @black;
@@ -441,7 +440,6 @@
#Attachments {
position: relative;
height: 300px;
border-top: 1px solid @SubtleBorderColour;
border-right: 1px solid @SubtleBorderColour;
border-bottom: 1px solid @SubtleBorderColour;
@@ -449,7 +447,7 @@
div.attachmentOutput {
position: relative;
height: 249px;
height: 320px;
overflow: auto;
& > a {