Improved the stream page some more and now going to make the game display page a parody of a steam page.
This commit is contained in:
parent
fc99fc955b
commit
a013a26d94
8 changed files with 25 additions and 12 deletions
|
|
@ -75,6 +75,7 @@ const ConfirmDelete = async (table, obj_id) => {
|
|||
await fetch("/api/admin/table/" + table + "/" + obj_id,
|
||||
{ method: "DELETE" });
|
||||
window.location = "/admin/table/" + table;
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -339,9 +339,6 @@
|
|||
.items-center {
|
||||
align-items: center;
|
||||
}
|
||||
.items-stretch {
|
||||
align-items: stretch;
|
||||
}
|
||||
.justify-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
|
@ -354,9 +351,6 @@
|
|||
.justify-evenly {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.justify-stretch {
|
||||
justify-content: stretch;
|
||||
}
|
||||
.gap-0\! {
|
||||
gap: calc(var(--spacing) * 0) !important;
|
||||
}
|
||||
|
|
@ -499,9 +493,6 @@
|
|||
.\!p-4 {
|
||||
padding: calc(var(--spacing) * 4) !important;
|
||||
}
|
||||
.p-0 {
|
||||
padding: calc(var(--spacing) * 0);
|
||||
}
|
||||
.p-0\! {
|
||||
padding: calc(var(--spacing) * 0) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue