Web Dev Solutions

Catalin Mititiuc

From bd31e3e4a64775d3e2ea2efeb5b2122e384b30e3 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Wed, 15 May 2024 12:55:40 -0700 Subject: Add ability to load a map file manually --- public/assets/css/style.css | 4 ++++ public/assets/images/icon_full_screen.png | Bin 0 -> 593 bytes public/assets/images/icon_unfull_screen.png | Bin 0 -> 598 bytes 3 files changed, 4 insertions(+) create mode 100644 public/assets/images/icon_full_screen.png create mode 100644 public/assets/images/icon_unfull_screen.png (limited to 'public/assets') diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 13d1fa5..91ef42c 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -380,6 +380,10 @@ img.logo { position: absolute; } +input[type="file"] { + display: none; +} + @media (width >= 1800px) { #record-sheet { flex-direction: row; diff --git a/public/assets/images/icon_full_screen.png b/public/assets/images/icon_full_screen.png new file mode 100644 index 0000000..94a7ee4 Binary files /dev/null and b/public/assets/images/icon_full_screen.png differ diff --git a/public/assets/images/icon_unfull_screen.png b/public/assets/images/icon_unfull_screen.png new file mode 100644 index 0000000..83c9c3d Binary files /dev/null and b/public/assets/images/icon_unfull_screen.png differ -- cgit v1.2.3