Fixed the responsive design
This commit is contained in:
parent
637cf60a9b
commit
bc29dab968
2 changed files with 7 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
margin-top: 5px;
|
||||
margin-top: 0px;
|
||||
padding-top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
overflow: scroll;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -111,6 +111,10 @@
|
|||
background-color: var(--input-button-color); /* Use variable for button color */
|
||||
color: var(--user-message-text-color); /* Use variable for button text color */
|
||||
}
|
||||
|
||||
.login-button button{
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Responsive adjustments for the settings */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue