From feb9edc76ae1f92db5af480b979eb795a492a946 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 20 Aug 2021 20:21:22 +0200 Subject: [PATCH] styling --- client/src/components/Sources.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/src/components/Sources.vue b/client/src/components/Sources.vue index 02e329a..31420dc 100644 --- a/client/src/components/Sources.vue +++ b/client/src/components/Sources.vue @@ -42,10 +42,11 @@ export default { &__source { position: absolute; - width: 10px; - height: 10px; - margin: -5px 0 0 -5px; - background-color: #ffffff; + width: 180px; + height: 20px; + margin: -10px 0 0 -90px; + border: 1px solid #e0e0e0; + color: #ffffff; } &__container-2,