diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-15 13:18:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 13:18:22 +0200 |
commit | 228393302d98136d4dc35c5f197edc8cebd5d64f (patch) | |
tree | f92b3ad80bcc9c89088ff1d4de5ebff76a3f46ed /client/src/sass | |
parent | 7dfe35288613967f5ac69cd46901ec60c5050b93 (diff) | |
download | PeerTube-228393302d98136d4dc35c5f197edc8cebd5d64f.tar.gz PeerTube-228393302d98136d4dc35c5f197edc8cebd5d64f.tar.zst PeerTube-228393302d98136d4dc35c5f197edc8cebd5d64f.zip |
factorize account/server blocklists for users and instance (#2875)
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 2 | ||||
-rw-r--r-- | client/src/sass/include/_mixins.scss | 9 |
2 files changed, 2 insertions, 9 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index aaa1c05bd..4f753e041 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -258,6 +258,8 @@ table { | |||
258 | 258 | ||
259 | .no-results { | 259 | .no-results { |
260 | height: 40vh; | 260 | height: 40vh; |
261 | max-height: 500px; | ||
262 | |||
261 | display: flex; | 263 | display: flex; |
262 | align-items: center; | 264 | align-items: center; |
263 | justify-content: center; | 265 | justify-content: center; |
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 5971bb72a..eb80ea0e3 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -856,15 +856,6 @@ | |||
856 | } | 856 | } |
857 | } | 857 | } |
858 | 858 | ||
859 | @mixin empty-state { | ||
860 | min-height: 40vh; | ||
861 | max-height: 500px; | ||
862 | |||
863 | display: flex; | ||
864 | justify-content: center; | ||
865 | align-items: center; | ||
866 | } | ||
867 | |||
868 | @mixin admin-sub-header-responsive ($horizontal-margins) { | 859 | @mixin admin-sub-header-responsive ($horizontal-margins) { |
869 | flex-direction: column; | 860 | flex-direction: column; |
870 | 861 | ||