Merge pull request #628 from kitematic/fix-update-ui

Fixed auto-update button layout.
This commit is contained in:
Li Shang 2015-06-12 11:47:28 -07:00
commit 084fc776da
2 changed files with 9 additions and 5 deletions

View File

@ -18,6 +18,12 @@
min-width: @sidebar-width + 1px; min-width: @sidebar-width + 1px;
} }
.right-header {
display: flex;
justify-content: flex-end;
flex: 1 0;
}
.updates { .updates {
flex: 1 auto; flex: 1 auto;
display: flex; display: flex;
@ -27,9 +33,7 @@
} }
.logo { .logo {
position: absolute; padding: 0.9rem 1rem 0 0;
right: 1rem;
top: 0.8rem;
} }
.login-wrapper { .login-wrapper {

View File

@ -203,8 +203,8 @@ input[type="text"] {
} }
&.small { &.small {
font-size: 11px; font-size: 10px;
padding: 3px 8px 3px 8px; padding: 0.3rem 0.7rem;
height: 22px; height: 22px;
.icon { .icon {
font-size: 10px; font-size: 10px;