appearance: much more fixes

This commit is contained in:
muerwre 2018-11-27 13:07:50 +07:00
parent 291280c52e
commit b586663827
11 changed files with 64 additions and 23 deletions

View file

@ -149,7 +149,7 @@
position: absolute;
right: 10px;
bottom: 68px;
border-radius: 3px;
border-radius: @panel_radius;
z-index: 3;
color: white;
box-sizing: border-box;
@ -215,7 +215,7 @@
.logo-helper {
width: 200px;
flex-direction: column;
padding: 16px 0 0 0;
padding: 16px 0 16px 0;
position: relative;
overflow: hidden;
}