From 348acd7c1c34adb6e5aa757584343e5865071d28 Mon Sep 17 00:00:00 2001 From: Wx-2025 <351320169@qq.com> Date: Tue, 8 Jul 2025 11:03:23 +0800 Subject: [PATCH] Update style.css --- assets/style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 6fe6fc7..2c7819d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -46,4 +46,16 @@ hr { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 20px 0; .prompt-container textarea { flex: 1; } .prompt-container .small_button { height: auto; padding: 8px 12px; align-self: flex-start; white-space: nowrap; } .flex-container .primary { background-color: #2196F3; } -.flex-container .accent { background-color: #FF5722; } \ No newline at end of file +.flex-container .accent { background-color: #FF5722; } + +#amily2_drawer_icon.closedIcon { + opacity: 0.5; +} + +#amily2_drawer_icon.openIcon { + opacity: 1; +} + +#amily2_drawer_icon.interactable:hover { + opacity: 1; +}