updated plugin AudioIgniter version 2.0.4
This commit is contained in:
@ -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 {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
.ai-settings-box{background-color:#fff;padding:25px;border:1px solid #d8d8d8;box-shadow:0 2px 0 rgba(0,0,0,.04)}.ai-settings-box>:last-child{margin-bottom:0}.ai-settings-main-content-nav-header{margin:15px 0 40px;display:flex;align-items:center}.ai-settings-main-content-nav{display:flex;grid-gap:20px}.ai-settings-main-content-nav-link{color:#646970;text-decoration:none;font-size:16px}.ai-settings-main-content-nav-link.is-active{font-weight:700}.ai-settings-main-content-nav-link.is-active,.ai-settings-main-content-nav-link:hover{color:#1d2327}.ai-settings-main-content-nav-filters{margin-left:auto}
|
||||
Reference in New Issue
Block a user