mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 04:56:00 +00:00
web app - basic theme
This commit is contained in:
12
web/src/theme.js
Normal file
12
web/src/theme.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
widgetMenu: {
|
||||
iconSize: 80,
|
||||
panelWidth: 300
|
||||
},
|
||||
tabsPanel: {
|
||||
height: 30
|
||||
},
|
||||
statusBar: {
|
||||
height: 20
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user