aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/primeng-custom.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-16 16:10:12 +0200
committerChocobozzz <me@florianbigard.com>2022-06-16 16:16:51 +0200
commitc4a051712bc7385967a21895d025962e317c7870 (patch)
tree59017cae7a6bff45216694dc44a65f72e9ad48c2 /client/src/sass/primeng-custom.scss
parentef2b5520f963deec43abd0a11881473c45965788 (diff)
downloadPeerTube-c4a051712bc7385967a21895d025962e317c7870.tar.gz
PeerTube-c4a051712bc7385967a21895d025962e317c7870.tar.zst
PeerTube-c4a051712bc7385967a21895d025962e317c7870.zip
Cleanup title-page CSS
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r--client/src/sass/primeng-custom.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index 061d626d8..37e7a4275 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -882,15 +882,17 @@ p-toast {
882 padding: 10px 20px; 882 padding: 10px 20px;
883 883
884 .message { 884 .message {
885 flex-grow: 1;
886 @include margin-right(20px); 885 @include margin-right(20px);
887 886
887 flex-grow: 1;
888
888 h3 { 889 h3 {
889 font-size: 21px; 890 font-size: 21px;
890 } 891 }
891 892
892 p { 893 p {
893 font-size: 16px; 894 @include peertube-word-wrap;
895
894 margin-bottom: 0; 896 margin-bottom: 0;
895 } 897 }
896 } 898 }