mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-04-17 11:30:08 +02:00
yeah i guess
This commit is contained in:
@@ -326,14 +326,15 @@ input {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
column-gap: 1em;
|
column-gap: 1.25em;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.darkmodeswitch a .light,
|
.darkmodeswitch a .light,
|
||||||
.darkmodeswitch a .dark {
|
.darkmodeswitch a .dark {
|
||||||
text-align: center;
|
position: relative;
|
||||||
|
top: -0.111em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.darkmodeswitch a .slider {
|
.darkmodeswitch a .slider {
|
||||||
@@ -342,7 +343,7 @@ input {
|
|||||||
height: calc(2em - 2px);
|
height: calc(2em - 2px);
|
||||||
border: 1px solid currentColor;
|
border: 1px solid currentColor;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
top: 50%;
|
top: calc(50% - 2px);
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
transition: left 0.25s ease, transform 0.25s ease;
|
transition: left 0.25s ease, transform 0.25s ease;
|
||||||
left: calc(50% - 1em + 1px);
|
left: calc(50% - 1em + 1px);
|
||||||
|
|||||||
Reference in New Issue
Block a user