Skip to content

Commit

Permalink
Made some tweaks in styles
Browse files Browse the repository at this point in the history
  • Loading branch information
khammami committed Feb 1, 2024
1 parent 21f1605 commit 7e85411
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
margin: 1rem 0;
padding: 8px 16px;
border-radius: 8px;
outline: 1px solid #c0c0e3;
transition: ease 0.2s opacity;
}

Expand Down
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ function App() {
className={classNames(
'App__post-timeline',
isLoading && 'App__post-timeline--loading',
'ring-1',
'shadow-xl',
)}
>
{records.map((record) => (
Expand Down
2 changes: 1 addition & 1 deletion src/components/User.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
display: flex;
padding: 12px;
margin: 12px 0;
border: 2px solid darkgray;
border-radius: 8px;
background-color: #f0f0f0;
background-size: cover;
background-position: center;
}
Expand Down
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body {
max-width: 40rem;
margin: 0 auto;
padding: 16px;
background: #d9d9fb;
background: #dee0ff;
color: #112;
}

Expand Down Expand Up @@ -77,7 +77,7 @@ body {
border-radius: 8px;
font: inherit;
font-weight: bold;
background-image: linear-gradient(to bottom, #75e, #42c);
background-image: linear-gradient(2.35619rad, rgb(90, 113, 250), rgb(0, 133, 255));
color: white;
margin: 2px;
padding: 14px 12px;
Expand Down

0 comments on commit 7e85411

Please sign in to comment.