Interface fixes

Increase left sidebar default width
This commit is contained in:
JannisX11 2021-02-05 21:51:04 +01:00
parent 8c4d292db8
commit 4527dc636e
5 changed files with 11 additions and 8 deletions

View File

@ -84,6 +84,9 @@
flex-grow: 0;
flex-shrink: 0;
}
.tool.display_scale_invert {
position: relative;
}
input#preset_name {
background-color: var(--color-back);

View File

@ -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);
}

View File

@ -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>

View File

@ -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,

View File

@ -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",