mirror of
https://github.com/xuquan-nikkkki/FolderFile-Splitter-Plugin.git
synced 2026-07-22 12:00:27 +00:00
15 lines
295 B
CSS
15 lines
295 B
CSS
/*
|
|
|
|
This CSS file will be included with your plugin, and
|
|
available in the app when your plugin is enabled.
|
|
|
|
If your plugin does not need CSS, delete this file.
|
|
|
|
*/
|
|
|
|
.theme-light,
|
|
.theme-dark {
|
|
--ffs-folder-pane-min-width: 140px;
|
|
--ffs-files-pane-min-width: 200px;
|
|
--ffs-border-radius: 4px;
|
|
}
|