From d947ff45e2ad1ccf63db53075acc2c53c348b6b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Fri, 13 Sep 2024 20:33:21 +0200 Subject: [PATCH] correct style to be coherent and nice --- .../notificationAdd/notificationAdd.less | 7 ++----- .../notificationLookup/notificationLookup.less | 9 +++++++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/client/admin/notificationUtils/notificationAdd/notificationAdd.less b/client/admin/notificationUtils/notificationAdd/notificationAdd.less index 74a977272..f274e694f 100644 --- a/client/admin/notificationUtils/notificationAdd/notificationAdd.less +++ b/client/admin/notificationUtils/notificationAdd/notificationAdd.less @@ -23,16 +23,13 @@ textarea { width : 50ch; min-height : 7em; - max-height : 25em; + max-height : 20em; resize : vertical; } } button { - - position : absolute; - right : 0; - bottom : 0; + width: 200px; i { margin-right : 10px; } } diff --git a/client/admin/notificationUtils/notificationLookup/notificationLookup.less b/client/admin/notificationUtils/notificationLookup/notificationLookup.less index 8b731a2da..9402dc9f7 100644 --- a/client/admin/notificationUtils/notificationLookup/notificationLookup.less +++ b/client/admin/notificationUtils/notificationLookup/notificationLookup.less @@ -6,12 +6,13 @@ .notificationList { display : flex; flex-direction : column; - gap : px; + max-height : 500px; margin-block : 20px; + overflow : auto; border : 1px solid; border-radius : 5px; - details { + li { padding : 10px; background : #CCCCCC; @@ -29,6 +30,10 @@ font-size : 20px; font-weight : 900; } + + dl dt{ + font-weight: 900; + } } } .noNotification { margin-block : 20px; }