Skip to content

Commit

Permalink
Merge pull request anuragverma108#1638 from jfhgshg/Patch-1
Browse files Browse the repository at this point in the history
Change the button
  • Loading branch information
anuragverma108 authored Jun 9, 2024
2 parents e1dc1c0 + 9af3174 commit f953809
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
8 changes: 3 additions & 5 deletions assets/css/Available.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ h2.section-title {
position: relative;
transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
width: fit-content;
margin-left: 40px;


margin-left: 30px;
}

.btn-secondary::after,
Expand Down Expand Up @@ -127,7 +125,7 @@ h2.section-title {
.read_later_button{
background-color: var(--btn-bg-color);
color: var(--btn-text-color);
padding: 10px 20px;
padding: 10px 10px;
border-radius: 4px;
cursor: pointer;
text-decoration: none;
Expand All @@ -136,7 +134,7 @@ h2.section-title {
position: relative;
transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
width:180px;
margin-left: 40px;
margin-left: 1px;
}
.read_later_button::after,
.read_later_button::before {
Expand Down
11 changes: 1 addition & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f953809

Please sign in to comment.