style(HistoryDatabase): adjust padding and max-width for improved layout
- Reduced top padding from 40px to 35px for better spacing. - Increased max-width of the separator from 200px to 300px to enhance visual balance.
This commit is contained in:
parent
d79ea2b861
commit
aa47087b18
1 changed files with 2 additions and 2 deletions
|
|
@ -434,7 +434,7 @@ onUnmounted(() => {
|
|||
width: 100%;
|
||||
min-height: 280px;
|
||||
margin-top: 40px;
|
||||
padding: 40px 0 40px;
|
||||
padding: 35px 0 40px;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
|
|
@ -499,7 +499,7 @@ onUnmounted(() => {
|
|||
flex: 1;
|
||||
height: 1px;
|
||||
background: linear-gradient(90deg, transparent, #E5E7EB, transparent);
|
||||
max-width: 200px;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
|
|
|
|||
Loading…
Reference in a new issue