From 36694c0690186208b330b54d988d3b30a0999cb7 Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Thu, 16 Jul 2020 17:26:04 +0300 Subject: [PATCH] [SSE] Fix statusbar styles --- apps/spreadsheeteditor/main/resources/less/statusbar.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/resources/less/statusbar.less b/apps/spreadsheeteditor/main/resources/less/statusbar.less index f1afb8293..3d03bc64e 100644 --- a/apps/spreadsheeteditor/main/resources/less/statusbar.less +++ b/apps/spreadsheeteditor/main/resources/less/statusbar.less @@ -194,6 +194,7 @@ box-shadow: 0px 4px 0 #49795d inset; border-top-width: 0; + padding-top: 1px; font-weight: bold; } } @@ -207,14 +208,14 @@ } &.coauth-locked { - vertical-align: top; &.active { > span { - border-top-width: 1px; + border-top-width: 0px; } } > span { outline: none; + position: relative; } > span:after { position: absolute;