@@ -1295,8 +1295,10 @@ a {
12951295}
12961296
12971297.settings-ai-guide {
1298+ position : relative;
12981299 display : grid;
12991300 gap : 14px ;
1301+ padding-right : 86px ;
13001302 color : # 5e4e40 ;
13011303 line-height : 1.9 ;
13021304}
@@ -1305,6 +1307,34 @@ a {
13051307 margin : 0 ;
13061308}
13071309
1310+ .settings-ai-copy-button {
1311+ position : absolute;
1312+ top : 14px ;
1313+ right : 14px ;
1314+ display : inline-flex;
1315+ align-items : center;
1316+ justify-content : center;
1317+ min-width : 58px ;
1318+ height : 32px ;
1319+ padding : 0 12px ;
1320+ border : 1px solid rgba (82 , 63 , 47 , 0.55 );
1321+ border-radius : 7px ;
1322+ background : linear-gradient (180deg , rgb (129 , 111 , 97 ) 0% , rgb (115 , 99 , 87 ) 100% );
1323+ color : # fbf6ef ;
1324+ font-size : 13px ;
1325+ font-weight : 600 ;
1326+ line-height : 1 ;
1327+ box-shadow :
1328+ inset 0 1px 0 rgba (255 , 255 , 255 , 0.16 ),
1329+ 0 1px 0 rgba (58 , 42 , 29 , 0.22 );
1330+ }
1331+
1332+ .settings-ai-copy-button : hover ,
1333+ .settings-ai-copy-button : focus-visible {
1334+ background : linear-gradient (180deg , rgb (138 , 119 , 105 ) 0% , rgb (121 , 104 , 91 ) 100% );
1335+ outline : 0 ;
1336+ }
1337+
13081338.settings-ai-guide code ,
13091339.settings-api-item code {
13101340 padding : 1px 5px ;
@@ -1656,11 +1686,31 @@ a {
16561686}
16571687
16581688.source-backup-button {
1689+ display : inline-flex;
1690+ align-items : center;
1691+ justify-content : center;
16591692 height : 40px ;
16601693 min-height : 40px ;
1661- padding : 0 16px ;
1694+ padding : 0 18px ;
1695+ border : 1px solid rgba (82 , 63 , 47 , 0.6 );
16621696 border-radius : 7px ;
1697+ font-size : 14px ;
1698+ font-weight : 600 ;
1699+ line-height : 1 ;
16631700 white-space : nowrap;
1701+ box-shadow :
1702+ inset 0 1px 0 rgba (255 , 255 , 255 , 0.16 ),
1703+ 0 1px 0 rgba (58 , 42 , 29 , 0.22 );
1704+ }
1705+
1706+ .source-backup-button .secondary-button {
1707+ background : rgba (255 , 249 , 241 , 0.9 );
1708+ color : var (--accent-strong );
1709+ }
1710+
1711+ .source-backup-button .primary-button {
1712+ background : linear-gradient (180deg , rgb (129 , 111 , 97 ) 0% , rgb (115 , 99 , 87 ) 100% );
1713+ color : # fbf6ef ;
16641714}
16651715
16661716.source-card {
0 commit comments