Kaynağa Gözat

Fix styling

panr 5 yıl önce
ebeveyn
işleme
97f26b0632
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      docs/assets/snippet-styles.css

+ 5 - 1
docs/assets/snippet-styles.css

@@ -150,7 +150,7 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
 	position: absolute;
 	position: absolute;
 	top: 0;
 	top: 0;
 	right: 0;
 	right: 0;
-	padding: 20px;
+	padding: 10px;
 	/* reset default button styling */
 	/* reset default button styling */
 	background: none;
 	background: none;
 	border: none;
 	border: none;
@@ -162,6 +162,10 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
 	cursor: pointer;
 	cursor: pointer;
 }
 }
 
 
+.main__notification-close:active:focus {
+	outline: none;
+}
+
 @keyframes fadeIn {
 @keyframes fadeIn {
 	from {
 	from {
 		opacity: 0;
 		opacity: 0;