updated plugin AudioIgniter version 2.0.4

This commit is contained in:
2026-06-03 21:28:52 +00:00
committed by Gitium
parent 6fe182458a
commit 6e8ffa6f66
7 changed files with 138 additions and 108 deletions

View File

@ -319,10 +319,20 @@
margin-right: 0;
}
.ai-container .button,
.ai-module .button {
display: inline-flex;
align-items: center;
vertical-align: middle;
gap: 6px;
}
.ai-container .button .dashicons,
.ai-module .button .dashicons {
font-size: 1.2em;
line-height: 1.7em;
line-height: 1;
height: auto;
width: auto;
}
.ai-form-field-group {
@ -609,7 +619,7 @@
@media (max-width: 782px) {
.ai-container .button .dashicons,
.ai-module .button .dashicons {
line-height: 1.2em;
line-height: 1;
}
.ai-form-field-addon .button {