mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added game font size adjustment to themes
This commit is contained in:
@@ -1035,7 +1035,7 @@ body {
|
||||
margin-top: 10px;
|
||||
vertical-align: bottom;
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: calc(14px + var(--font_size_adjustment));
|
||||
font-size: calc((1em*var(--game_screen_font_size_adjustment)) + var(--font_size_adjustment));
|
||||
line-height: 1.42857143;
|
||||
}
|
||||
|
||||
|
@@ -164,4 +164,5 @@
|
||||
--story_pinned_areas: var(--story_pinned_areas_left);
|
||||
--story_pinned_area_widths: var(--story_pinned_area_widths_left);
|
||||
--font_size_adjustment: 0px;
|
||||
--game_screen_font_size_adjustment: 1;
|
||||
}
|
||||
|
@@ -165,4 +165,5 @@
|
||||
--story_pinned_areas: var(--story_pinned_areas_left);
|
||||
--story_pinned_area_widths: var(--story_pinned_area_widths_left);
|
||||
--font_size_adjustment: 0px;
|
||||
--game_screen_font_size_adjustment: 1;
|
||||
}
|
@@ -163,4 +163,5 @@
|
||||
--story_pinned_areas: var(--story_pinned_areas_left);
|
||||
--story_pinned_area_widths: var(--story_pinned_area_widths_left);
|
||||
--font_size_adjustment: 0px;
|
||||
--game_screen_font_size_adjustment: 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user