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:
parent
cac921ede1
commit
7b5e187477
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user