sbkwgh 8 rokov pred
rodič
commit
e18bb2d021
1 zmenil súbory, kde vykonal 8 pridanie a 1 odobranie
  1. 8 1
      src/components/NotificationButton.vue

+ 8 - 1
src/components/NotificationButton.vue

@@ -477,7 +477,6 @@
 
 			@at-root #{&}__button {
 				border: none;
-				padding: 1px;
 
 				&::before {
 					opacity: 1;
@@ -492,6 +491,14 @@
 			top: 0.5rem;
 			border-radius: 0.25rem;
 
+			@at-root #{&}__button {
+				border: none;
+
+				span {
+					top: 0.5rem;
+				}
+			}
+
 			@at-root #{&}__menu_group {
 				left: calc(3.5rem - 100vw);
 				width: calc(100vw - 0.25rem);