qol: attachments newest to oldest and adjustments so attachments are shown
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user