Fixed some styling on the RP buttons on mobile.

This commit is contained in:
Joseph Milazzo 2025-06-07 15:42:08 -05:00
parent da4ab9feeb
commit 848f0b39bb

View file

@ -315,7 +315,7 @@
(click)="updateParentPref()"> (click)="updateParentPref()">
{{ t('update-parent', {name: parentReadingProfile?.name || t('loading')}) }} {{ t('update-parent', {name: parentReadingProfile?.name || t('loading')}) }}
</button> </button>
<button class="btn btn-primary ms-2" <button class="btn btn-primary ms-sm-2"
[ngbTooltip]="t('create-new-tooltip')" [ngbTooltip]="t('create-new-tooltip')"
[disabled]="readingProfile.kind !== ReadingProfileKind.Implicit" [disabled]="readingProfile.kind !== ReadingProfileKind.Implicit"
(click)="createNewProfileFromImplicit()"> (click)="createNewProfileFromImplicit()">