diff options
author | Andreas Hubel | 2018-12-28 14:47:59 +0100 |
---|---|---|
committer | Andreas Hubel | 2018-12-28 14:47:59 +0100 |
commit | d2da3b7d8488015b3fc46df696036be6a1cc14f0 (patch) | |
tree | 5c281b31370cc443a196e203ec7e3eab0e8caa44 /assets/css/_room.less | |
parent | c510b82e3fcbbeec9a41089f6c16e047da68102d (diff) |
remove spacing border around slide-only stream
fixes #89
Diffstat (limited to '')
-rw-r--r-- | assets/css/_room.less | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/assets/css/_room.less b/assets/css/_room.less index cfffbd8..3202a87 100644 --- a/assets/css/_room.less +++ b/assets/css/_room.less @@ -7,10 +7,6 @@ body.room { } } - .player-wrap.tab-content { - padding: 40px 0; - } - .video.hd .player-wrap.tab-content { padding: 0; } |