diff --git a/src/static/css/pad/popup_users.css b/src/static/css/pad/popup_users.css index 14a4b80c8..8b6ba82bc 100644 --- a/src/static/css/pad/popup_users.css +++ b/src/static/css/pad/popup_users.css @@ -8,6 +8,7 @@ height: auto; } .popup#users #myuser { + display: flex; flex-shrink: 0; } .popup#users #otherusers { @@ -42,7 +43,6 @@ /* --------------- */ #myswatchbox { - float: left; width: 24px; height: 24px; border: 1px solid #ccc; @@ -56,7 +56,7 @@ } #myusernameform { - margin-left: 30px; + margin-left: 10px; } input#myusernameedit { height: 26px;