Fixed some styling on the RP buttons on mobile.
This commit is contained in:
parent
da4ab9feeb
commit
848f0b39bb
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@
|
|||
(click)="updateParentPref()">
|
||||
{{ t('update-parent', {name: parentReadingProfile?.name || t('loading')}) }}
|
||||
</button>
|
||||
<button class="btn btn-primary ms-2"
|
||||
<button class="btn btn-primary ms-sm-2"
|
||||
[ngbTooltip]="t('create-new-tooltip')"
|
||||
[disabled]="readingProfile.kind !== ReadingProfileKind.Implicit"
|
||||
(click)="createNewProfileFromImplicit()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue