WebDevCat.me
· 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
public/index.html | 8 +++++++-
4 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 public/assets/images/icon_full_screen.png
create mode 100644 public/assets/images/icon_unfull_screen.png
(limited to 'public')
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
diff --git a/public/index.html b/public/index.html
index a846733..d907d05 100644
--- a/public/index.html
+++ b/public/index.html
@@ -121,8 +121,12 @@
◒
-
+
+
+
Prone:
--
cgit v1.2.3