From 99a2219b883957438b6b921d6149ea9d33832b1d Mon Sep 17 00:00:00 2001 From: digidub Date: Mon, 19 Jan 2026 17:37:51 +0400 Subject: [PATCH] Add menu separators, split share link into full and short options, and update menu icons --- index.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 74 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 5fb7b3a..b6eb726 100644 --- a/index.html +++ b/index.html @@ -228,6 +228,18 @@ border-bottom-right-radius: 10px; } + .menu-separator { + height: 1px; + background-color: rgba(0, 0, 0, 0.15); + margin: 4px 0; + } + + @media (prefers-color-scheme: dark) { + .menu-separator { + background-color: rgba(255, 255, 255, 0.2); + } + } + #notification { visibility: hidden; transform: translateY(-30px); @@ -279,6 +291,7 @@ New document + + + Copy full link + + - Share document + Copy short link + Save as HTML Save as TEXT +