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:
@@ -434,7 +434,7 @@ onUnmounted(() => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 280px;
|
min-height: 280px;
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
padding: 40px 0 40px;
|
padding: 35px 0 40px;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -499,7 +499,7 @@ onUnmounted(() => {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background: linear-gradient(90deg, transparent, #E5E7EB, transparent);
|
background: linear-gradient(90deg, transparent, #E5E7EB, transparent);
|
||||||
max-width: 200px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
|
|||||||
Reference in New Issue
Block a user