From fa9454a0531507d657852184c63a518aa2349175 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 2 Jul 2019 17:28:59 +0200 Subject: Restrict the CSS rules for the participant list to that list Signed-off-by: Joas Schilling --- css/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/style.scss b/css/style.scss index b58efc245..d9691ead1 100644 --- a/css/style.scss +++ b/css/style.scss @@ -161,7 +161,7 @@ input[type="password"] { top: 6px; } -.participantWithList li > a:first-child img, +.participantWithList > li > a:first-child > img, #app-navigation li > a:first-child img { width: 32px !important; height: 32px !important; @@ -656,13 +656,13 @@ input[type="password"] { } } -.participantWithList li { +.participantWithList > li { position: relative; width: 100%; box-sizing: border-box; } -.participantWithList li > a { +.participantWithList > li > a { display: block; width: 100%; line-height: 44px; -- cgit v1.2.3