diff options
author | Chocobozzz <me@florianbigard.com> | 2018-12-20 11:18:29 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-12-20 11:18:29 +0100 |
commit | 4707f410ae44b55e17e1758693dd21cff03b7ef1 (patch) | |
tree | c83e168ba01f834e243baf1b0e8d748fa00b96b9 /client/src/sass | |
parent | f8b2c1b4f509c037b9650cca2c5befd21f056df3 (diff) | |
download | PeerTube-4707f410ae44b55e17e1758693dd21cff03b7ef1.tar.gz PeerTube-4707f410ae44b55e17e1758693dd21cff03b7ef1.tar.zst PeerTube-4707f410ae44b55e17e1758693dd21cff03b7ef1.zip |
Fix notification with large message
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 21452fa16..8b3e0b813 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -324,23 +324,24 @@ p-toast { | |||
324 | background-color: #03A9F4 !important; | 324 | background-color: #03A9F4 !important; |
325 | } | 325 | } |
326 | 326 | ||
327 | .message { | 327 | .notification-block { |
328 | float: left; | 328 | display: flex; |
329 | 329 | ||
330 | h3 { | 330 | .message { |
331 | font-size: 21px; | 331 | h3 { |
332 | } | 332 | font-size: 21px; |
333 | } | ||
333 | 334 | ||
334 | p { | 335 | p { |
335 | font-size: 15px; | 336 | font-size: 15px; |
337 | } | ||
336 | } | 338 | } |
337 | } | ||
338 | 339 | ||
339 | .glyphicon { | 340 | .glyphicon { |
340 | float: right; | 341 | font-size: 32px; |
341 | font-size: 32px; | 342 | margin-top: 15px; |
342 | margin-top: 15px; | 343 | margin-right: 5px; |
343 | margin-right: 5px; | 344 | } |
344 | } | 345 | } |
345 | } | 346 | } |
346 | } | 347 | } |