Internal
Public Access
Increase mobile sidebar overlay opacity
Changed mobile overlay from 50% to 75% opacity (25% transparent) to make the sidebar content more visible when open on mobile devices. Updated rgba(0, 0, 0, 0.5) to rgba(0, 0, 0, 0.75) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.5
parent
ea40beb408
commit
7f2096db86
+1
-1
@@ -877,7 +877,7 @@ a:hover {
|
|||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.75);
|
||||||
z-index: 40;
|
z-index: 40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user