Skip to content

Commit

Permalink
Merge pull request #8360 from RocketChat/reduce-accountbox-size
Browse files Browse the repository at this point in the history
[NEW] Smaller accountBox
  • Loading branch information
engelgabriel authored Sep 30, 2017
2 parents 3468d78 + 5a453b5 commit 5267819
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@

max-width: fit-content;
height: calc(var(--sidebar-account-username-size) + 0.1rem);
margin-bottom: 0.5rem;

white-space: nowrap;
text-overflow: ellipsis;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,13 @@
/*
* Sidebar flex
*/
--sidebar-flex-back-button-color: var(--color-dark);
--sidebar-flex-search-background: var(--color-white);
--sidebar-flex-search-placeholder-color: var(--color-gray);

/*
* Sidebar Account
*/
--sidebar-account-thumb-size: 48px;
--sidebar-account-thumb-size: 36px;
--sidebar-small-account-thumb-size: 40px;
--sidebar-account-status-bullet-size: 12px;
--sidebar-small-account-status-bullet-size: 8px;
Expand Down

0 comments on commit 5267819

Please sign in to comment.