This commit is contained in:
josc146
2024-03-23 00:10:26 +08:00
parent db35e05864
commit dba68e7eee
2 changed files with 4 additions and 11 deletions
+2 -2
View File
@@ -1408,7 +1408,7 @@
border-radius: 15px;
padding: 2px;
background-color: #ffffff;
box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.chatgptbox-selection-toolbar-button {
@@ -1428,5 +1428,5 @@
height: auto;
border-radius: 8px;
background-color: var(--theme-color);
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}