Explorar el Código

Better alignment

sbkwgh hace 8 años
padre
commit
b3f6c9f744
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/NotificationButton.vue

+ 1 - 1
src/components/NotificationButton.vue

@@ -136,7 +136,7 @@
 			}
 		}
 		@at-root #{&}__menu {
-			left: -50%;
+			left: calc(-50% - 1.25rem);
 			position: absolute;
 			top: 2.9rem;
 			background-color: #fff;