Skip to content
Snippets Groups Projects
Commit 0cb25052 authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Improved spacing

parent 0f47798c
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,8 @@ class NodeInfoOverlay { ...@@ -87,6 +87,8 @@ class NodeInfoOverlay {
video.controls = true; video.controls = true;
video.className = "detail-view-video"; video.className = "detail-view-video";
videoDiv.appendChild(video); videoDiv.appendChild(video);
Helpers.createDiv("detail-view-spacer", infoArea);
} }
/** /**
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
display: block; display: block;
padding-left: 25px; padding-left: 25px;
padding-right: 25px; padding-right: 25px;
padding-bottom: 130px; /*padding-bottom: 130px;*/
} }
.detail-view-headline { .detail-view-headline {
...@@ -128,6 +128,11 @@ ...@@ -128,6 +128,11 @@
height: auto; height: auto;
} }
.detail-view-spacer {
height: 120px;
width: 100%;
}
.link-overlay { .link-overlay {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment