Adjust padding and margins on user menu

This commit is contained in:
Travis Ralston 2020-06-25 15:11:04 -06:00
parent 2b58875c7f
commit 9f5a716cc5
2 changed files with 3 additions and 8 deletions

View file

@ -45,11 +45,6 @@ limitations under the License.
display: flex;
align-items: center;
&:nth-child(n + 1) {
// The first header will have appropriate padding, subsequent ones need a margin.
margin-top: 10px;
}
.mx_UserMenuButton_contextMenu_name {
// Create another flexbox of columns to handle large user IDs
display: flex;