Minor fixes from v14 feedback
Release Creation / build (release) Successful in 8m22s

This commit is contained in:
2026-05-23 23:07:10 +02:00
parent d120da6718
commit b877262283
93 changed files with 321 additions and 279 deletions
+25 -18
View File
@@ -765,6 +765,25 @@ li {
color: rgba(220, 220, 220, 0.75);
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
#chat-controls {
height: auto;
min-height: 0;
}
#chat-controls textarea,
#chat-controls [contenteditable="true"] {
min-height: 2rem;
max-height: 7rem;
}
#chat-message {
height: auto;
min-height: 3rem;
max-height: 5rem;
}
#chat-message .editor-content {
height: auto;
min-height: 3rem;
max-height: 5rem;
}
.sidebar-tab .directory-list .entity {
border-top: 1px dashed rgba(0, 0, 0, 0.25);
border-bottom: 0 none;
@@ -928,9 +947,7 @@ li {
border-radius: 0;
background: #1e1914;
background-origin: padding-box;
border-image: url(img/ui/footer-button.png) 10 repeat;
border-image-width: 4px;
border-image-outset: 0px;
border: 1px solid #482e1c;
}
#controls .scene-control.active,
#controls .control-tool.active,
@@ -938,9 +955,7 @@ li {
#controls .control-tool:hover {
background: #482e1c;
background-origin: padding-box;
border-image: url(img/ui/footer-button.png) 10 repeat;
border-image-width: 4px;
border-image-outset: 0px;
border: 1px solid #6c4528;
box-shadow: 0 0 3px #ff6400;
}
#hotbar #action-bar #macro-list {
@@ -959,9 +974,7 @@ li {
border: 1px solid #482e1c;
}
#players {
border-image: url(img/ui/footer-button.png) 10 repeat;
border-image-width: 4px;
border-image-outset: 0px;
border: 1px solid #482e1c;
background: #1e1914;
}
#navigation #scene-list .scene.nav-item.active {
@@ -970,25 +983,19 @@ li {
#navigation #scene-list .scene.nav-item {
background: #1e1914;
background-origin: padding-box;
border-image: url(img/ui/footer-button.png) 10 repeat;
border-image-width: 4px;
border-image-outset: 0px;
border: 1px solid #6c4528;
}
#navigation #scene-list .scene.view,
#navigation #scene-list .scene.context {
background: #482e1c;
background-origin: padding-box;
border-image: url(img/ui/footer-button.png) 10 repeat;
border-image-width: 4px;
border-image-outset: 0px;
border: 1px solid #6c4528;
box-shadow: 0 0 3px #ff6400;
}
#navigation #nav-toggle {
background: #1e1914;
background-origin: padding-box;
border-image: url(img/ui/footer-button.png) 10 repeat;
border-image-width: 4px;
border-image-outset: 0px;
border: 1px solid #6c4528;
}
/* Tooltip container */
.tooltip {