Explorar el Código

centralize preference feedback message

Daniel Bohry hace 9 meses
padre
commit
8a6d0c18e4
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      src/routes/profile/+page.svelte

+ 5 - 2
src/routes/profile/+page.svelte

@@ -205,12 +205,15 @@
     }
 
     .save-message {
-				color: green;
+        color: green;
         height: 2rem;
         overflow: hidden;
         position: relative;
         margin-top: 1rem;
+        text-align: center;
+        display: flex;
+        justify-content: center;
+        align-items: center;
     }
 
-
 </style>