mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-22 12:48:26 +08:00
fix: move sidebar arrow hint to top-right instead of vertically centered
The arrow was centered vertically which put it behind the feature cards. Now positioned at top: 80px where there's open space and it's more visible. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -42,9 +42,8 @@
|
|||||||
/* Sidebar prompt — points RIGHT toward where sidebar opens */
|
/* Sidebar prompt — points RIGHT toward where sidebar opens */
|
||||||
.sidebar-prompt {
|
.sidebar-prompt {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 50%;
|
top: 80px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
transform: translateY(-50%);
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user