aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/primeng-custom.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-12-31 13:06:11 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-01-09 11:15:15 +0100
commit6e7e63b83f08ba68edc2bb9f72ff03d1802e45df (patch)
tree4491ec74b0c46228cf48e99d6afc0c3d2a8eb2ff /client/src/sass/primeng-custom.scss
parente8d246d5267ea8b6b3114d4bcf4f34fe5f3a5241 (diff)
downloadPeerTube-6e7e63b83f08ba68edc2bb9f72ff03d1802e45df.tar.gz
PeerTube-6e7e63b83f08ba68edc2bb9f72ff03d1802e45df.tar.zst
PeerTube-6e7e63b83f08ba68edc2bb9f72ff03d1802e45df.zip
Fix notification icon position
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-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 8b3e0b813..05db2a2cb 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -328,6 +328,8 @@ p-toast {
328 display: flex; 328 display: flex;
329 329
330 .message { 330 .message {
331 flex-grow: 1;
332
331 h3 { 333 h3 {
332 font-size: 21px; 334 font-size: 21px;
333 } 335 }