From 45cf120c1dce8c6fa9a5f80b695be27d26ee75f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Mon, 18 Jun 2018 14:49:21 +0200 Subject: [PATCH 1/2] Small changes to css. --- app/stylus/components/PeerView.styl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/stylus/components/PeerView.styl b/app/stylus/components/PeerView.styl index 1d8f964..75c709f 100644 --- a/app/stylus/components/PeerView.styl +++ b/app/stylus/components/PeerView.styl @@ -74,12 +74,12 @@ +mobile() { &.is-me { - padding: 10px; + padding: 1vmin; align-items: flex-start; } &:not(.is-me) { - padding: 10px; + padding: 1vmin; align-items: flex-end; } } @@ -118,15 +118,15 @@ } > .row { - margin-top: 4px; + margin-top: 0.4vmin; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-end; > .device-icon { - height: 18px; - width: 18px; + height: 12px; + width: 12px; margin-right: 3px; user-select: none; pointer-events: none; From fd0083506ce0d58f8df8d1ff89fa23de43654988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Mon, 18 Jun 2018 14:53:49 +0200 Subject: [PATCH 2/2] Changed remote media icons. --- app/stylus/components/Peer.styl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/stylus/components/Peer.styl b/app/stylus/components/Peer.styl index daa2baa..6b443d3 100644 --- a/app/stylus/components/Peer.styl +++ b/app/stylus/components/Peer.styl @@ -60,7 +60,7 @@ } &.off { - background-image: url('/resources/images/icon_mic_white_off.svg'); + background-image: url('/resources/images/icon_remote_mic_white_off.svg'); background-color: rgba(#d42241, 0.7); } @@ -75,7 +75,8 @@ } &.off { - background-image: url('/resources/images/icon_webcam_white_on.svg'); + background-image: url('/resources/images/icon_remote_webcam_white_off.svg'); + background-color: rgba(#d42241, 0.7); } &.unsupported {