diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-31 11:38:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-31 11:38:05 +0100 |
commit | 1f788f2044928325e48c5d88ecbc72501873558e (patch) | |
tree | 5adec286aa86477fd638efebe42ecf42d55043e5 /client/src/app/app.component.scss | |
parent | 6693df9dd60e6966186bcb7765218596de7b65c0 (diff) | |
download | PeerTube-1f788f2044928325e48c5d88ecbc72501873558e.tar.gz PeerTube-1f788f2044928325e48c5d88ecbc72501873558e.tar.zst PeerTube-1f788f2044928325e48c5d88ecbc72501873558e.zip |
Improve responsive on video watch
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 2aadb1c97..d502d63b5 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -42,7 +42,7 @@ | |||
42 | 42 | ||
43 | &.icon-menu { | 43 | &.icon-menu { |
44 | background-image: url('../assets/images/header/menu.svg'); | 44 | background-image: url('../assets/images/header/menu.svg'); |
45 | margin: 0 18px 0 24px; | 45 | margin: 0 18px 0 20px; |
46 | } | 46 | } |
47 | } | 47 | } |
48 | 48 | ||