From e7d1f7b9d1a41d0af7310728f7303b98dff892ae Mon Sep 17 00:00:00 2001 From: amy Date: Fri, 17 Feb 2023 08:21:11 -0600 Subject: 5% better :) --- html/display.html | 12 ++++++++++-- src/fs-types.json | 4 ++++ src/window-utils.js | 31 ++++++++++++++++++++++++------- 3 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 src/fs-types.json diff --git a/html/display.html b/html/display.html index b9cf718..44b68e1 100644 --- a/html/display.html +++ b/html/display.html @@ -317,7 +317,7 @@ .fd-bottom { width: 100%; - height: 26px; + height: 56px; background-color: #b1b1b1; position: absolute; bottom: 0; @@ -360,6 +360,13 @@ border-radius: 0px; background-color: #c1c1c1; } + + select, + option { + background-color: rgba(0, 0, 0, 0); + border: none; + border-radius: 0; + }