diff --git a/styles/header.less b/styles/header.less index 671e5c3c0c..ddba8b4844 100644 --- a/styles/header.less +++ b/styles/header.less @@ -17,6 +17,12 @@ display: flex; min-width: @sidebar-width + 1px; } + + .right-header { + display: flex; + justify-content: flex-end; + flex: 1 0; + } .updates { flex: 1 auto; @@ -27,9 +33,7 @@ } .logo { - position: absolute; - right: 1rem; - top: 0.8rem; + padding: 0.9rem 1rem 0 0; } .login-wrapper { diff --git a/styles/theme.less b/styles/theme.less index 6b70e109a6..65c37aab87 100644 --- a/styles/theme.less +++ b/styles/theme.less @@ -203,8 +203,8 @@ input[type="text"] { } &.small { - font-size: 11px; - padding: 3px 8px 3px 8px; + font-size: 10px; + padding: 0.3rem 0.7rem; height: 22px; .icon { font-size: 10px;