diff options
author | dedeibel | 2018-12-28 15:21:02 +0100 |
---|---|---|
committer | dedeibel | 2018-12-28 15:21:02 +0100 |
commit | 391dccbf84e2c0ecda819db6594c491243fc5df4 (patch) | |
tree | b562d695eba3f48c6baf8446c5984729b3840722 /assets/css/_room.less | |
parent | d26737a23c59257c1bde341cb329cae9da79c0f3 (diff) |
35c3: re-added padding to audio stream tab
Diffstat (limited to '')
-rw-r--r-- | assets/css/_room.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/_room.less b/assets/css/_room.less index 3202a87..71c96f4 100644 --- a/assets/css/_room.less +++ b/assets/css/_room.less @@ -7,6 +7,10 @@ body.room { } } + .audio .player-wrap.tab-content { + padding: 40px 0; + } + .video.hd .player-wrap.tab-content { padding: 0; } |