User list: Use flexbox for #myuser div

This makes it easier for an eejsBlock_userlist plugin to add something
to that row.
This commit is contained in:
Richard Hansen 2020-09-04 00:08:39 -04:00 committed by John McLear
parent 55f201a2aa
commit 9962be2450

View file

@ -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;