mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 09:19:54 +00:00
import and export
This commit is contained in:
@@ -625,6 +625,8 @@ body.loading #version,
|
||||
#json,
|
||||
#search,
|
||||
#scrolling,
|
||||
#import,
|
||||
#export,
|
||||
#clear,
|
||||
#add,
|
||||
#send,
|
||||
@@ -749,6 +751,8 @@ label[for="reasoning-tokens"] {
|
||||
#json,
|
||||
#search,
|
||||
#scrolling,
|
||||
#import,
|
||||
#export,
|
||||
#clear {
|
||||
position: unset !important;
|
||||
}
|
||||
@@ -777,6 +781,14 @@ label[for="reasoning-tokens"] {
|
||||
background-image: url(icons/search-on.svg);
|
||||
}
|
||||
|
||||
#import {
|
||||
background-image: url(icons/import.svg);
|
||||
}
|
||||
|
||||
#export {
|
||||
background-image: url(icons/export.svg);
|
||||
}
|
||||
|
||||
#clear {
|
||||
background-image: url(icons/trash.svg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user