From 862bd40d8b47227979946ca09dd910fe9b2e9b53 Mon Sep 17 00:00:00 2001 From: Jennifer Mourek Date: Tue, 26 Jun 2018 16:15:00 +0200 Subject: [PATCH] Fix badge position and icon opacity --- public/css/module.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index f52e5b5..93381c0 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -427,8 +427,8 @@ div.bp .badges { .badges { position: absolute; bottom: 0; - left: 0; - right: 0;margin: 0.5em; + right: 0; + margin: 0.5em; text-align: center; font-size: 0.5em; display: block; @@ -456,6 +456,7 @@ div.bp .badges { } .actions { + opacity: 0.8; position: absolute; top: 0; left: 0;