From 9962be24504e732a89f30e0a9102f626f07975a1 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 4 Sep 2020 00:08:39 -0400 Subject: [PATCH] User list: Use flexbox for #myuser div This makes it easier for an eejsBlock_userlist plugin to add something to that row. --- src/static/css/pad/popup_users.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;