Explorar o código

fixing button collisions

Raanan Weber %!s(int64=7) %!d(string=hai) anos
pai
achega
b54b78e706
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Viewer/assets/templates/default/navbar.html

+ 2 - 2
Viewer/assets/templates/default/navbar.html

@@ -445,7 +445,7 @@
     {{/unless}}{{#unless (or (not animations) hideAnimations)}}
     {{/unless}}{{#unless (or (not animations) hideAnimations)}}
     <div class="animation-control">
     <div class="animation-control">
         <div class="types">
         <div class="types">
-            <button class="flex-container animation-buttons types-button">
+            <button class="flex-container types-button animation-buttons">
                 <!-- <div> -->
                 <!-- <div> -->
                 <span class="icon types-icon"></span>
                 <span class="icon types-icon"></span>
                 <span class="control-text animation-label">{{selectedAnimationName}}</span>
                 <span class="control-text animation-label">{{selectedAnimationName}}</span>
@@ -457,7 +457,7 @@
             </button>
             </button>
             <div class="menu-options">
             <div class="menu-options">
                 {{#each animations}} {{#unless (eq ../selectedAnimation (add @index 1))}}
                 {{#each animations}} {{#unless (eq ../selectedAnimation (add @index 1))}}
-                <button class="flex-container animation-buttons label-option-button" data-value="{{this}}">
+                <button class="flex-container label-option-button animation-buttons" data-value="{{this}}">
                     <!-- <div> -->
                     <!-- <div> -->
                     <span class="icon types-icon"></span>
                     <span class="icon types-icon"></span>
                     <span class="control-text animation-label">{{this}}</span>
                     <span class="control-text animation-label">{{this}}</span>