diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-29 15:17:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-29 15:17:01 +0200 |
commit | 24893b524c47b8f89090192aa38126352a952808 (patch) | |
tree | 25fffe8b49fe0b6d481abd7e0f92f7af11bebcd4 /client/src/sass/application.scss | |
parent | d4a8e7a65f97bb3257facc13e1ae8ffdbad61ddb (diff) | |
download | PeerTube-24893b524c47b8f89090192aa38126352a952808.tar.gz PeerTube-24893b524c47b8f89090192aa38126352a952808.tar.zst PeerTube-24893b524c47b8f89090192aa38126352a952808.zip |
Fix peertube container in markdown preview
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 6b32d4cd6..15ca09ec4 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -11,6 +11,8 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
11 | 11 | ||
12 | @use './classes'; | 12 | @use './classes'; |
13 | 13 | ||
14 | @use './custom-markup'; | ||
15 | |||
14 | [hidden] { | 16 | [hidden] { |
15 | display: none !important; | 17 | display: none !important; |
16 | } | 18 | } |