🎉 Add viewer fixes

This commit is contained in:
elhombretecla 2021-04-29 15:13:46 +02:00 committed by Andrés Moya
parent d0af14c40f
commit f5ad7dc2dc
4 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,6 @@
.viewer-layout {
display: grid;
grid-template-rows: 40px auto;
grid-template-rows: 48px auto;
grid-template-columns: 1fr;
user-select: none;

View file

@ -167,7 +167,6 @@
padding: $size-2;
svg {
border-radius: 3px;
fill: $color-black;
margin-right: 8px;
height: $size-3;

View file

@ -3,7 +3,7 @@
background-color: $color-gray-50;
border-bottom: 1px solid $color-gray-60;
display: flex;
height: 40px;
height: 48px;
padding: 0 $medium 0 55px;
position: relative;
z-index: 12;
@ -23,7 +23,7 @@
left: 0;
position: absolute;
top: 0;
width: 40px;
width: 48px;
a {
height: 30px;
@ -123,7 +123,7 @@
align-items: center;
height: 100%;
width: 40px;
width: 48px;
svg {
fill: $color-gray-20;