forked from extern/easydiffusion
Reduce the size of the toggle switches
This commit is contained in:
parent
48946100e9
commit
ace3102601
@ -6,7 +6,7 @@
|
||||
<link rel="icon" type="image/png" href="/media/images/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="/media/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="stylesheet" href="/media/css/fonts.css?v=1">
|
||||
<link rel="stylesheet" href="/media/css/themes.css?v=4">
|
||||
<link rel="stylesheet" href="/media/css/themes.css?v=5">
|
||||
<link rel="stylesheet" href="/media/css/main.css?v=23">
|
||||
<link rel="stylesheet" href="/media/css/auto-save.css?v=6">
|
||||
<link rel="stylesheet" href="/media/css/modifier-thumbnails.css?v=4">
|
||||
|
@ -29,7 +29,7 @@
|
||||
--accent-color-hover: hsl(var(--accent-hue), 100%, var(--accent-lightness-hover));
|
||||
--primary-button-border: none;
|
||||
--input-switch-padding: 1px;
|
||||
--input-height: 24px;
|
||||
--input-height: 18px;
|
||||
}
|
||||
|
||||
.theme-light {
|
||||
|
Loading…
Reference in New Issue
Block a user