mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-03 03:10:50 +08:00
style(styles.css): improve layout and spacing for input groups and buttons
- Added margin-bottom to input groups for better spacing. - Introduced margin-top and alignment for buttons in various input lists to enhance layout consistency.
This commit is contained in:
10
styles.css
10
styles.css
@@ -2940,6 +2940,7 @@ input:checked+.slider:before {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.model-input-row .input-group {
|
||||
@@ -2964,6 +2965,7 @@ input:checked+.slider:before {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.api-key-input-group {
|
||||
@@ -2985,10 +2987,18 @@ input:checked+.slider:before {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.api-key-input-list + .btn,
|
||||
.model-input-list + .btn,
|
||||
.header-input-list + .btn {
|
||||
margin-top: 4px;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.header-input-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.header-input-row .header-input-group {
|
||||
|
||||
Reference in New Issue
Block a user