From fa1fb4e87f5d7414fed426865f667e1314057ebd Mon Sep 17 00:00:00 2001 From: D3vision Date: Mon, 15 May 2023 18:49:21 +0200 Subject: [PATCH] Here we go - Moved Delete/Save buttons to bottom of flag - Changed all arrow/v's to proper carrots - Fixed your weird ass way of hiding the dropdown bodies - Fixed the flag inputs overflowing - Fixed various margins/paddings - The background of the list view is now #696969 niceeee - Added   for the list view so your name and type aren't glued together anymore --- src/components/InputElements.tsx | 2 +- src/css/index.css | 2 +- src/css/pages/Admin.css | 50 ++++++++++++++++++++++++++++++-- src/pages/admin/Flags.tsx | 16 +++++----- 4 files changed, 59 insertions(+), 11 deletions(-) diff --git a/src/components/InputElements.tsx b/src/components/InputElements.tsx index 5eca867..df5c462 100644 --- a/src/components/InputElements.tsx +++ b/src/components/InputElements.tsx @@ -48,7 +48,7 @@ export type InputElementProperties = { export const ToggleSwitch = ({ value, onChange, inputRef, children }: InputElementProperties) => { return