Skip to content

Commit d12ddbc

Browse files
Merge pull request hestiacp#712 from Flatta/trivial-css-impr
Prevent #vstobjects from hiding behind .header when there are no elements in .units
2 parents efa101b + ff05f9c commit d12ddbc

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

web/css/styles.min.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
13381338

13391339
.l-unit--suspended .l-unit__name,
13401340
.l-unit--suspended b,
1341-
.l-unit--outdated .l-unit__name,
1341+
.l-unit--outdated .l-unit__name,
13421342
.l-unit--outdated b {
13431343
color: #c0c0c0;
13441344
}
@@ -2878,12 +2878,10 @@ div.l-content.collapsed .l-sort {
28782878
margin-top: 94px;
28792879
}
28802880

2881-
.l-content > .l-center .l-unit:nth-of-type(1) {
2882-
padding-top: 260px;
2883-
}
2884-
2885-
.l-content > .l-center .l-unit-ft:nth-of-type(1) {
2886-
padding-top: 260px;
2881+
.l-content > .units.l-center::before {
2882+
content: '';
2883+
display: block;
2884+
height: 260px;
28872885
}
28882886

28892887
form#vstobjects {
@@ -3281,4 +3279,4 @@ form#vstobjects.suspended {
32813279
.helper-container {
32823280
display: none;
32833281
}
3284-
}
3282+
}

0 commit comments

Comments
 (0)