* adjust icon size.

This commit is contained in:
Chenjianyu
2024-04-02 15:06:25 +08:00
parent 119ca3e539
commit 2bcc0dd3c6
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#ai-edit-icon:hover {border: 1px solid #EDEEF1;}
#ai-edit-icon:hover #edit-icon {display: flex; justify-content: center; align-items: center;}
#icon-buttons svg {cursor: pointer;}
.theme-checked {display: flex; justify-content: center; align-items: center;}
.theme-checked {display: flex; justify-content: center; align-items: center; padding: 0;}
#ai-edit-icon > svg {width: 30px; height: 30px;}
#preview-icon > svg {width: 30px; height: 30px;}
+1 -2
View File
@@ -3,7 +3,6 @@
#ai-edit-icon:hover {border: 1px solid #EDEEF1;}
#ai-edit-icon:hover #edit-icon {display: flex; justify-content: center; align-items: center;}
#icon-buttons svg {cursor: pointer;}
.theme-checked {display: flex; justify-content: center; align-items: center;}
.theme-checked {display: flex; justify-content: center; align-items: center; padding: 0;}
#ai-edit-icon > svg {width: 30px; height: 30px;}
#preview-icon > svg {width: 30px; height: 30px;}