mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Align terminal content to top instead of center
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<style>
|
||||
.terminal-container {
|
||||
display: grid;
|
||||
place-content: center;
|
||||
place-content: flex-start;
|
||||
padding: var(--space-3);
|
||||
border-radius: var(--border-radius-xsmall);
|
||||
background-color: black;
|
||||
|
||||
Reference in New Issue
Block a user