Skip to content

Commit

Permalink
Merge pull request #2099 from rtCamp/fix/premium-page-layout
Browse files Browse the repository at this point in the history
Fix: Premium Page Layout [ Develop ]
  • Loading branch information
krishana7911 authored Jan 7, 2025
2 parents fa86c28 + a989bf8 commit 9aac6f4
Show file tree
Hide file tree
Showing 11 changed files with 135 additions and 207 deletions.
120 changes: 34 additions & 86 deletions app/assets/admin/css/admin.css

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

2 changes: 1 addition & 1 deletion app/assets/admin/css/admin.css.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion app/assets/admin/css/admin.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/admin/css/admin.min.css.map

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion app/assets/admin/css/sass/_addons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
.desc, .name {
margin-left: 0;
margin-right: 0;
margin-bottom: 0.5rem;
overflow: hidden;
}

Expand Down Expand Up @@ -69,4 +70,10 @@
font-size: 13px;
font-weight: 600;
}
}
}

@media screen and (min-width: 1600px) and (max-width: 2299px) {
.plugin-card:nth-child(3n+1) {
clear: none;
}
}
2 changes: 2 additions & 0 deletions app/assets/admin/css/widget.css

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

1 change: 1 addition & 0 deletions app/assets/admin/css/widget.min.css

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

Loading

0 comments on commit 9aac6f4

Please sign in to comment.