diff --git a/links/templates/links/mini_apps/image_gallery.html b/links/templates/links/mini_apps/image_gallery.html index 0842221..168acbc 100644 --- a/links/templates/links/mini_apps/image_gallery.html +++ b/links/templates/links/mini_apps/image_gallery.html @@ -274,34 +274,7 @@ border: 1px solid rgba(255, 255, 255, 0.1); } - .fullscreen-btn { - position: absolute; - bottom: 30px; - right: 90px; - width: 50px; - height: 50px; - background: rgba(0, 0, 0, 0.5); - backdrop-filter: blur(10px); - border-radius: 25px; - display: flex; - align-items: center; - justify-content: center; - cursor: pointer; - z-index: 12; - border: 1px solid rgba(255, 255, 255, 0.1); - transition: transform 0.3s ease; - } - - .fullscreen-btn:hover { - transform: scale(1.1); - background: rgba(50, 50, 50, 0.7); - } - - .fullscreen-btn i { - font-size: 20px; - color: white; - transition: transform 0.3s ease; - } + /* Fullscreen button styles removed as it now uses standard button styling */ .progress-bar { position: absolute; @@ -381,13 +354,6 @@ bottom: 150px; } - .fullscreen-btn { - top: 20px; - left: 20px; - width: 40px; - height: 40px; - } - .back-button { right: 30px; top: 80px; @@ -402,9 +368,6 @@