1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Rounding next photo button #587

This commit is contained in:
Patrik J. Braun 2023-08-05 19:54:37 +02:00
parent cac921ede1
commit 7b5e187477
2 changed files with 3 additions and 4 deletions

View File

@ -11,11 +11,10 @@
font-size: xx-large;
left: 0;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 5px !important;
}
.navigation-arrow span {
top: 20px;
vertical-align: bottom;
}
#controllers-container {

View File

@ -161,11 +161,11 @@
</div>
<div [class.dim-controls]="controllersDimmed" class="navigation-arrow highlight"
<div [class.dim-controls]="controllersDimmed" class="navigation-arrow highlight rounded-end"
*ngIf="navigation.hasPrev && zoom == 1" title="key: left arrow" id="leftArrow" i18n-title
(click)="previousPhoto.emit()"><span
class="oi oi-chevron-left"></span></div>
<div [class.dim-controls]="controllersDimmed" class="navigation-arrow highlight"
<div [class.dim-controls]="controllersDimmed" class="navigation-arrow highlight rounded-start"
*ngIf="navigation.hasNext && zoom == 1" title="key: right arrow" id="rightArrow" i18n-title
(click)="nextMediaManuallyTriggered()">
<span class="oi oi-chevron-right"></span>