forked from React-Group/interstellar_ai
Added a first login draft
This commit is contained in:
parent
ed6e812b6c
commit
464df4adac
8 changed files with 653 additions and 19 deletions
|
@ -107,4 +107,20 @@
|
|||
font-size: 1.2em; /* Adjust button font size */
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Responsive adjustments for the settings*/
|
||||
@media (max-width: 768px) {
|
||||
.settings-content {
|
||||
flex-direction: column; /* Stack sidebar and main content on smaller screens */
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 100%; /* Full width for sidebar */
|
||||
}
|
||||
|
||||
.settings-main {
|
||||
width: 100%; /* Full width for main content */
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue