Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pages/aiModePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ body {
max-width: 1400px;
background: var(--color-bg-frame);
border-radius: 8px;
box-shadow:
0 0 20px var(--color-shadow-dark),
box-shadow: 0 0 20px var(--color-shadow-dark),
0 25px 30px var(--color-shadow-darker);
overflow: hidden;
position: relative;
Expand Down Expand Up @@ -122,8 +121,7 @@ body {
background: var(--color-bg-white-86);
border-radius: 14px;
padding: 16px;
box-shadow:
0 0.375px 1.5px var(--color-shadow-light),
box-shadow: 0 0.375px 1.5px var(--color-shadow-light),
0 3px 12px var(--color-shadow-medium);
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -255,8 +253,7 @@ body {
background: var(--color-bg-white-86);
border-radius: 14px;
padding: 20px;
box-shadow:
0 0.375px 1.5px var(--color-shadow-light),
box-shadow: 0 0.375px 1.5px var(--color-shadow-light),
0 3px 12px var(--color-shadow-medium);
border: 2px solid var(--color-border-gray);
}
Expand Down Expand Up @@ -345,3 +342,6 @@ body {
.gap-4 {
gap: 4px;
}
.font-small {
font-size: 14px;
}
Loading