mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 15:58:48 +00:00
Move dark mode toggle to bottom left
This commit is contained in:
@@ -90,8 +90,8 @@ body.dark-mode {
|
|||||||
/* Dark Mode Toggle */
|
/* Dark Mode Toggle */
|
||||||
.dark-mode-toggle {
|
.dark-mode-toggle {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 12px;
|
bottom: 12px;
|
||||||
right: 20px;
|
left: 20px;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -856,8 +856,8 @@ footer .social-media a:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dark-mode-toggle {
|
.dark-mode-toggle {
|
||||||
top: 10px;
|
bottom: 10px;
|
||||||
right: 10px;
|
left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Adjust disclaimer container padding on smaller screens */
|
/* Adjust disclaimer container padding on smaller screens */
|
||||||
|
Reference in New Issue
Block a user