diff --git a/src/frontend/app/ui/frame/frame.component.css b/src/frontend/app/ui/frame/frame.component.css index 4b1fb693..bb12b58a 100644 --- a/src/frontend/app/ui/frame/frame.component.css +++ b/src/frontend/app/ui/frame/frame.component.css @@ -60,6 +60,11 @@ ng-icon { vertical-align: text-top; } +.btn-scroll-up ng-icon { + font-size: x-large; + margin: -0.2em; +} + a.dropdown-item span.badge, button.dropdown-item span.badge { margin-left: -0.8rem; diff --git a/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.css b/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.css index 13b08068..8f3b48a2 100644 --- a/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.css +++ b/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.css @@ -58,13 +58,12 @@ } .controls-background { - padding: 5px; display: inline-block; background-color: rgba(0, 0, 0, 0.2); - border-radius: 5px; } + .controls .control-button { margin-left: 0.1em; margin-right: 0.1em; diff --git a/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html b/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html index 6c497cf5..97c76f12 100644 --- a/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html +++ b/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html @@ -4,8 +4,8 @@ *ngIf="Title">{{Title}}
-
+ class="controls controls-top pt-1"> +
@@ -180,7 +180,7 @@
-
+
@@ -197,29 +197,29 @@
-
+
-
-
+
diff --git a/src/frontend/styles.css b/src/frontend/styles.css index bee4373c..1264a87e 100644 --- a/src/frontend/styles.css +++ b/src/frontend/styles.css @@ -60,6 +60,14 @@ ng-icon svg { --ng-icon__stroke-width: 40; } +.rounded-start-bottom { + border-bottom-left-radius: var(--bs-border-radius) !important; +} + +.rounded-start-top { + border-top-left-radius: var(--bs-border-radius) !important; +} + /* This is mostly btn-dark + border fix