diff options
| author | Andrew Lee <[email protected]> | 2025-12-14 23:02:07 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-12-14 23:02:07 -0500 |
| commit | 66e7218f9c2e0d875a5b06dc31f66a4329cbc032 (patch) | |
| tree | 3745cb528b49be14ad4ad148004ba0239df03856 /src/styles/shifter.css | |
| parent | 9533fdeb964938ee460499d5464e5e2bd5ddb3f8 (diff) | |
| download | shiftos-archive-website-66e7218f9c2e0d875a5b06dc31f66a4329cbc032.tar.gz shiftos-archive-website-66e7218f9c2e0d875a5b06dc31f66a4329cbc032.tar.bz2 shiftos-archive-website-66e7218f9c2e0d875a5b06dc31f66a4329cbc032.zip | |
more progress on the Shifter
Diffstat (limited to 'src/styles/shifter.css')
| -rw-r--r-- | src/styles/shifter.css | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/styles/shifter.css b/src/styles/shifter.css index a37b6bf..f86bfba 100644 --- a/src/styles/shifter.css +++ b/src/styles/shifter.css @@ -1,11 +1,9 @@ .draggable { position: absolute; - top: 50px; - left: 50px; - width: fit-content; + top: 10px; + left: 10px; } - .content { padding: 10px; display: flex; @@ -27,6 +25,8 @@ .shifter-body { margin: 1em; + width: 600px; + height: 300px; } .shifter-button { @@ -34,3 +34,13 @@ font-style: italic; border: 1px solid; } + +.shifter-window-sidebar { + display: flex; + flex-direction: row; +} + +.shifter-window-buttons { + display: flex; + flex-direction: column; +} |
