We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a04acd9 + 21e1888 commit a057812Copy full SHA for a057812
src/webpage/style.css
@@ -1442,6 +1442,7 @@ span.instanceStatus {
1442
max-height: fit-content;
1443
flex-basis: auto;
1444
flex-grow: 0;
1445
+ margin-top: auto;
1446
}
1447
.scroller {
1448
flex: 1;
@@ -1463,7 +1464,6 @@ span.instanceStatus {
1463
1464
1465
#ghostMessages {
1466
transform: translate(0px, -22px);
- flex-grow: 1;
1467
1468
#pasteimage:empty {
1469
height: 0;
@@ -1629,6 +1629,9 @@ span.instanceStatus {
1629
padding: 3px 36px 3px 16px;
1630
border-left: 2px solid transparent;
1631
1632
+.titlespace {
1633
+ margin-bottom: 20px;
1634
+}
1635
.messagediv {
1636
position: relative;
1637
0 commit comments