Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-07-02 18:28:59 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-02 18:28:59 +0300
commitfa9454a0531507d657852184c63a518aa2349175 (patch)
treeb30f0ebe60e2fd2129fd8c0c2957ce4ce08e14dc /css
parent338c388e18f083ebc52af6e3313199d8f4698784 (diff)
Restrict the CSS rules for the participant list to that list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss6
1 files changed, 3 insertions, 3 deletions
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;