Skip to content

Commit

Permalink
style: review widget
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Nov 26, 2024
1 parent e4ea3dc commit e603c51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions server/src/services/widget/templates/common/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,10 @@
.card-footer {
text-align: left;
}
.card {
padding-left: 0px;
padding-right: 0px;
}
}
</style>
4 changes: 2 additions & 2 deletions server/src/services/widget/templates/stats/default.1.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
flex-direction: column;
gap: 2px;
margin-bottom: 10px;
margin-left: 10px;
margin-left: 0px;
;
}
Expand Down Expand Up @@ -342,7 +342,7 @@
@media screen and (max-width: 19em) {
:root {
--body-width: 30px;
--body-width: 45px;
--body-height: calc(var(--body-width) * 1.8125);
--body-icon-width: calc(var(--body-width) * 0.4);
Expand Down

0 comments on commit e603c51

Please sign in to comment.