fix: align continue button height with mute button (bottom: 70px)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ h3 {
|
|||||||
|
|
||||||
.forest__continue-btn {
|
.forest__continue-btn {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 1rem;
|
bottom: 70px;
|
||||||
padding: 1rem 3rem;
|
padding: 1rem 3rem;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
background: var(--accent-green);
|
background: var(--accent-green);
|
||||||
|
|||||||
Reference in New Issue
Block a user