From 15d88d3df28e2452e5e5a1889a1d303d62cdf43f Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Fri, 2 Jun 2023 23:49:57 +0300 Subject: [PATCH] Unhide bookmark button --- public/index.html | 2 +- public/style.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 932c4dafb..3e19d2c88 100644 --- a/public/index.html +++ b/public/index.html @@ -2701,12 +2701,12 @@
-
+
diff --git a/public/style.css b/public/style.css index 8b486b60b..2b88f2304 100644 --- a/public/style.css +++ b/public/style.css @@ -2310,6 +2310,7 @@ input[type="range"]::-webkit-slider-thumb { } .mes_buttons .mes_edit, +.mes_buttons .mes_bookmark, .extraMesButtonsHint, .extraMesButtons div { cursor: pointer; @@ -2319,6 +2320,7 @@ input[type="range"]::-webkit-slider-thumb { } .mes_buttons .mes_edit:hover, +.mes_buttons .mes_bookmark:hover, .extraMesButtonsHint:hover, .extraMesButtons div:hover { opacity: 1; @@ -4498,4 +4500,4 @@ body.waifuMode #avatar_zoom_popup { overflow-y: auto; overflow-x: hidden; } -} \ No newline at end of file +}