diff options
author | Chocobozzz <me@florianbigard.com> | 2020-03-18 10:11:59 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-03-18 10:11:59 +0100 |
commit | fad0759cab414731060733df74d4244a13b543e1 (patch) | |
tree | 9dfc106c462f6cd72c39885ad434f0a377c76ec0 /client/src/app/app.component.html | |
parent | d2cc8e797bc4681765254931ebcdbbb9af0a146a (diff) | |
download | PeerTube-fad0759cab414731060733df74d4244a13b543e1.tar.gz PeerTube-fad0759cab414731060733df74d4244a13b543e1.tar.zst PeerTube-fad0759cab414731060733df74d4244a13b543e1.zip |
Add padding bottom to main container
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index b86b94e8c..d1eb1646f 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | <my-hotkeys-cheatsheet></my-hotkeys-cheatsheet> | 3 | <my-hotkeys-cheatsheet></my-hotkeys-cheatsheet> |
4 | 4 | ||
5 | <div [ngClass]="{ 'user-logged-in': isUserLoggedIn(), 'user-not-logged-in': !isUserLoggedIn() }"> | 5 | <div class="peertube-container" [ngClass]="{ 'user-logged-in': isUserLoggedIn(), 'user-not-logged-in': !isUserLoggedIn() }"> |
6 | <div class="header"> | 6 | <div class="header"> |
7 | 7 | ||
8 | <div class="top-left-block" [ngClass]="{ 'border-bottom': menu.isMenuDisplayed === false }"> | 8 | <div class="top-left-block" [ngClass]="{ 'border-bottom': menu.isMenuDisplayed === false }"> |