Add padding bottom to main container
This commit is contained in:
parent
d2cc8e797b
commit
fad0759cab
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<my-hotkeys-cheatsheet></my-hotkeys-cheatsheet>
|
<my-hotkeys-cheatsheet></my-hotkeys-cheatsheet>
|
||||||
|
|
||||||
<div [ngClass]="{ 'user-logged-in': isUserLoggedIn(), 'user-not-logged-in': !isUserLoggedIn() }">
|
<div class="peertube-container" [ngClass]="{ 'user-logged-in': isUserLoggedIn(), 'user-not-logged-in': !isUserLoggedIn() }">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
|
||||||
<div class="top-left-block" [ngClass]="{ 'border-bottom': menu.isMenuDisplayed === false }">
|
<div class="top-left-block" [ngClass]="{ 'border-bottom': menu.isMenuDisplayed === false }">
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
@import '_variables';
|
@import '_variables';
|
||||||
@import '_mixins';
|
@import '_mixins';
|
||||||
|
|
||||||
|
.peertube-container {
|
||||||
|
padding-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.main-row {
|
.main-row {
|
||||||
min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
|
min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
|
||||||
}
|
}
|
||||||
|
@ -84,11 +88,3 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
|
||||||
padding: 10px 0;
|
|
||||||
font-size: 11px;
|
|
||||||
margin-top: $footer-margin;
|
|
||||||
height: $footer-height;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user