mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Merge pull request #712 from Flatta/trivial-css-impr
Prevent #vstobjects from hiding behind .header when there are no elements in .units
This commit is contained in:
commit
d12ddbc7b8
1 changed files with 6 additions and 8 deletions
14
web/css/styles.min.css
vendored
14
web/css/styles.min.css
vendored
|
@ -1338,7 +1338,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
|||
|
||||
.l-unit--suspended .l-unit__name,
|
||||
.l-unit--suspended b,
|
||||
.l-unit--outdated .l-unit__name,
|
||||
.l-unit--outdated .l-unit__name,
|
||||
.l-unit--outdated b {
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
@ -2878,12 +2878,10 @@ div.l-content.collapsed .l-sort {
|
|||
margin-top: 94px;
|
||||
}
|
||||
|
||||
.l-content > .l-center .l-unit:nth-of-type(1) {
|
||||
padding-top: 260px;
|
||||
}
|
||||
|
||||
.l-content > .l-center .l-unit-ft:nth-of-type(1) {
|
||||
padding-top: 260px;
|
||||
.l-content > .units.l-center::before {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 260px;
|
||||
}
|
||||
|
||||
form#vstobjects {
|
||||
|
@ -3281,4 +3279,4 @@ form#vstobjects.suspended {
|
|||
.helper-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue