Browse Source

fix: center prompt icon

Sv443 7 months ago
parent
commit
eaab6055ef
2 changed files with 12 additions and 0 deletions
  1. 6 0
      dist/BetterYTM.css
  2. 6 0
      src/dialogs/prompt.css

+ 6 - 0
dist/BetterYTM.css

@@ -878,6 +878,12 @@ body .bytm-ripple.slower {
   justify-content: space-between;
 }
 
+#bytm-prompt-dialog-header {
+  display: flex;
+  flex-direction: row;
+  align-items: center;
+}
+
 #bytm-prompt-dialog-header svg {
   width: 24px;
   height: 24px;

+ 6 - 0
src/dialogs/prompt.css

@@ -1,3 +1,9 @@
+#bytm-prompt-dialog-header {
+  display: flex;
+  flex-direction: row;
+  align-items: center;
+}
+
 #bytm-prompt-dialog-header svg {
   width: 24px;
   height: 24px;