mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-17 16:20:13 +08:00
Interface fixes
Increase left sidebar default width
This commit is contained in:
parent
8c4d292db8
commit
4527dc636e
@ -84,6 +84,9 @@
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.tool.display_scale_invert {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
input#preset_name {
|
||||
background-color: var(--color-back);
|
||||
|
@ -728,7 +728,7 @@
|
||||
z-index: 0;
|
||||
filter: brightness(0.7);
|
||||
}
|
||||
.gimbal_controls_side:hover {
|
||||
.gimbal_controls:not(.mouse_active) .gimbal_controls_side:hover {
|
||||
background-color: var(--color-bright_ui) !important;
|
||||
filter: brightness(1);
|
||||
}
|
@ -569,10 +569,10 @@
|
||||
<a class="open-in-browser" href="https://jqueryui.com">jQuery UI</a>,
|
||||
<a class="open-in-browser" href="https://github.com/furf/jquery-ui-touch-punch">jQuery UI Touch Punch</a>,
|
||||
<a class="open-in-browser" href="https://peerjs.com">PeerJS</a>,
|
||||
<a class="open-in-browser" href="https://github.com/markedjs/marked">Marked</a>
|
||||
<a class="open-in-browser" href="https://prismjs.com">Prism</a>
|
||||
<a class="open-in-browser" href="https://github.com/koca/vue-prism-editor">Vue Prism Editor</a>
|
||||
<a class="open-in-browser" href="https://github.com/JannisX11/molangjs">MolangJS</a>
|
||||
<a class="open-in-browser" href="https://github.com/markedjs/marked">Marked</a>,
|
||||
<a class="open-in-browser" href="https://prismjs.com">Prism</a>,
|
||||
<a class="open-in-browser" href="https://github.com/koca/vue-prism-editor">Vue Prism Editor</a>,
|
||||
<a class="open-in-browser" href="https://github.com/JannisX11/molangjs">MolangJS</a>,
|
||||
<a class="open-in-browser" href="https://github.com/JannisX11/wintersky">Wintersky</a>
|
||||
</p>
|
||||
</div>
|
||||
|
@ -68,7 +68,7 @@ class ResizeLine {
|
||||
|
||||
const Interface = {
|
||||
default_data: {
|
||||
left_bar_width: 332,
|
||||
left_bar_width: 366,
|
||||
right_bar_width: 314,
|
||||
quad_view_x: 50,
|
||||
quad_view_y: 50,
|
||||
|
@ -970,8 +970,8 @@
|
||||
"action.uv_mirror_x.desc": "Mirrors the UV of this face on the X axis",
|
||||
"action.uv_mirror_y": "UV Mirror Y",
|
||||
"action.uv_mirror_y.desc": "Mirrors the UV of this face on the Y axis",
|
||||
"action.uv_transparent": "Transparent Face",
|
||||
"action.uv_transparent.desc": "Makes the current face transparent",
|
||||
"action.uv_transparent": "Remove Face",
|
||||
"action.uv_transparent.desc": "Removes the current face",
|
||||
"action.uv_reset": "Reset Face",
|
||||
"action.uv_reset.desc": "Resets the current face",
|
||||
"action.cullface": "Cullface",
|
||||
|
Loading…
Reference in New Issue
Block a user