Skip to content

Commit

Permalink
[css] Improve related widget links style.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Nov 13, 2024
1 parent a25170d commit 76758e3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions admin_interface/static/admin_interface/css/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,14 @@
display: flex;
justify-content: center;
align-items: center;
width: 34px;
height: 34px;
width: 28px;
height: 32px;
}
.admin-interface .related-widget-wrapper .related-widget-wrapper-link:first-of-type {
margin-left: 8px;
}
.admin-interface .related-widget-wrapper .related-widget-wrapper-link:hover {
filter: brightness(80%);
}
.admin-interface .related-widget-wrapper .related-widget-wrapper-link img {
width: 16px;
Expand Down

0 comments on commit 76758e3

Please sign in to comment.