Specify column width on invitation table.
This commit is contained in:
parent
7fff8bf0c1
commit
5f91f7a67e
@ -51,6 +51,8 @@ main table.list.session-resume th:nth-child(1){width:10rem;}
|
||||
|
||||
main table.list.challenge th:nth-child(2){width:10rem;}
|
||||
|
||||
main table.list.invite th:nth-child(1){width:15rem;}
|
||||
|
||||
main table.list td:last-child>button{
|
||||
display:inline-block;
|
||||
position:relative;
|
||||
|
@ -686,7 +686,7 @@ const SCENES = {
|
||||
// Main Content
|
||||
let table = document.createElement("table");
|
||||
table.setAttribute("id", "content");
|
||||
table.setAttribute("class", "list session");
|
||||
table.setAttribute("class", "list invite");
|
||||
UI.maincontent(table);
|
||||
|
||||
MESSAGE_COMPOSE([
|
||||
|
Loading…
x
Reference in New Issue
Block a user