diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-30 14:58:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-31 09:19:58 +0200 |
commit | 2d3741d6d92e9bd1f41694c7442a6d1da434e1f2 (patch) | |
tree | 93a1e609e14bc14ca9e77a6661ddc9c0e461d6f3 /client/src/sass | |
parent | d9eaee3939bf2e93e5d775d32bce77842201faba (diff) | |
download | PeerTube-2d3741d6d92e9bd1f41694c7442a6d1da434e1f2.tar.gz PeerTube-2d3741d6d92e9bd1f41694c7442a6d1da434e1f2.tar.zst PeerTube-2d3741d6d92e9bd1f41694c7442a6d1da434e1f2.zip |
Videos overview page: first version
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 21df23c18..38b7ea8d4 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -293,6 +293,15 @@ table { | |||
293 | } | 293 | } |
294 | } | 294 | } |
295 | 295 | ||
296 | .no-results { | ||
297 | height: 40vh; | ||
298 | display: flex; | ||
299 | align-items: center; | ||
300 | justify-content: center; | ||
301 | font-size: 16px; | ||
302 | font-weight: $font-semibold; | ||
303 | } | ||
304 | |||
296 | @media screen and (max-width: 900px) { | 305 | @media screen and (max-width: 900px) { |
297 | .main-col { | 306 | .main-col { |
298 | &, &.expanded { | 307 | &, &.expanded { |