mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Made fonts slightly smaller.
This commit is contained in:
parent
844e63735e
commit
3185737cd9
@ -15,10 +15,6 @@
|
||||
|
||||
* {
|
||||
scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-color);
|
||||
|
||||
/* Turn off antd animations by turning all animations off. */
|
||||
animation-duration: 0s !important;
|
||||
transition-duration: 0s !important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@ -42,6 +38,7 @@ body {
|
||||
user-select: none;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
font-size: 15px;
|
||||
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica,
|
||||
Arial, sans-serif;
|
||||
background-color: var(--bg-color);
|
||||
|
@ -15,7 +15,7 @@ import { gui_store, GuiTool } from "../../core/stores/GuiStore";
|
||||
import { PSO_FRAME_RATE } from "../../core/rendering/conversion/ninja_animation";
|
||||
|
||||
const MODEL_LIST_WIDTH = 100;
|
||||
const ANIMATION_LIST_WIDTH = 150;
|
||||
const ANIMATION_LIST_WIDTH = 130;
|
||||
|
||||
export class ModelView extends ResizableView {
|
||||
readonly element = create_el("div", "viewer_ModelView");
|
||||
|
Loading…
Reference in New Issue
Block a user