mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 13:07:46 +02:00
fix(admin-ui): remove button labels on smaller screens in podcast view
- update components renderer regex to include special characters - fix itunes_explicit mapping during import
This commit is contained in:
parent
16a3fdb56e
commit
9cc5ffd143
5 changed files with 20 additions and 6 deletions
|
|
@ -81,6 +81,10 @@ class Button extends Component
|
|||
unset($this->attributes['class']);
|
||||
}
|
||||
|
||||
if ($this->iconLeft !== '' || $this->iconRight !== '') {
|
||||
$this->slot = '<span>' . $this->slot . '</span>';
|
||||
}
|
||||
|
||||
if ($this->iconLeft !== '') {
|
||||
$this->slot = (new Icon([
|
||||
'glyph' => $this->iconLeft,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue