Skip to content

Commit

Permalink
WP Mail SMTP v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-sakal committed Nov 6, 2024
1 parent 7f2123c commit dcacef5
Show file tree
Hide file tree
Showing 38 changed files with 1,612 additions and 602 deletions.
16 changes: 11 additions & 5 deletions assets/css/dashboard-widget.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/dashboard-widget.min.css

Large diffs are not rendered by default.

18 changes: 13 additions & 5 deletions assets/css/dashboard-widget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,24 @@

.wp-mail-smtp-dash-widget-block-settings {
display: flex;
align-items: center;
align-items: start;
justify-content: space-between;
margin-top: 0;
padding: 13px;
background-color: #fafafa;

> div {
display: flex;

&:first-child {
flex-wrap: wrap;

a {
line-height: 30px;
}
}
}

@media (max-width: 980px) {
padding: 13px 4px;
}
Expand All @@ -81,10 +93,6 @@
flex-direction: column;
align-items: normal;

> div {
display: flex;
}

select {
width: 100%;
margin: 0 0 10px;
Expand Down
1 change: 1 addition & 0 deletions assets/images/providers/mailjet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
150 changes: 79 additions & 71 deletions assets/languages/wp-mail-smtp-vue.php

Large diffs are not rendered by default.

Loading

0 comments on commit dcacef5

Please sign in to comment.