aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-27 11:52:18 +0100
committerChocobozzz <me@florianbigard.com>2020-11-27 11:52:18 +0100
commite6ad43168587eaa4a6ae1f239df233bc88b723d4 (patch)
tree340de9060630540d8c735e1441e1ca187caef211
parent9b337d8c0fce9c9aa68e44d76569c5abc6c0202e (diff)
downloadPeerTube-e6ad43168587eaa4a6ae1f239df233bc88b723d4.tar.gz
PeerTube-e6ad43168587eaa4a6ae1f239df233bc88b723d4.tar.zst
PeerTube-e6ad43168587eaa4a6ae1f239df233bc88b723d4.zip
Fix notification width
-rw-r--r--client/src/sass/primeng-custom.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index ed32a7b38..e93556623 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -876,6 +876,7 @@ p-toast {
876 .p-toast { 876 .p-toast {
877 width: auto; 877 width: auto;
878 max-width: 300px; 878 max-width: 300px;
879 min-width: 200px;
879 z-index: z(notification) !important; 880 z-index: z(notification) !important;
880 881
881 .p-toast-icon-close { 882 .p-toast-icon-close {
@@ -924,6 +925,7 @@ p-toast {
924 .notification-block { 925 .notification-block {
925 display: flex; 926 display: flex;
926 align-items: center; 927 align-items: center;
928 width: 100%;
927 padding: 10px 20px; 929 padding: 10px 20px;
928 930
929 .message { 931 .message {