diff options
Diffstat (limited to 'src/styles')
| -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; +} |
