mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: tts
This commit is contained in:
10
src-tauri/src/scripts/cmd.js
vendored
10
src-tauri/src/scripts/cmd.js
vendored
@@ -83,6 +83,16 @@ function init() {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.chatappico.refresh {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
#download-markdown-button,
|
||||
#download-png-button,
|
||||
#download-pdf-button,
|
||||
#refresh-page-button {
|
||||
border: none;
|
||||
}
|
||||
@media screen and (max-width: 767px) {
|
||||
#download-png-button, #download-pdf-button, #download-html-button {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user