style(update): Updated the styling amd layout to be much better!

This commit is contained in:
2026-04-29 01:16:17 +03:00
parent cb026d4fd1
commit 82acaffdd8
9 changed files with 2475 additions and 863 deletions

View File

@@ -1,13 +1,12 @@
.box-window {
width: 640px;
height: 460px;
width: min(760px, calc(100vw - 36px));
height: min(560px, calc(100vh - 36px));
}
.box-toolbar {
display: flex;
gap: 8px;
height: 40px;
box-sizing: border-box;
padding: 6px 8px;
}
@@ -20,7 +19,6 @@
grid-template-columns: 58px minmax(0, 1fr);
align-items: center;
height: 28px;
box-sizing: border-box;
padding: 0 8px 6px;
gap: 6px;
font-size: 13px;
@@ -32,7 +30,6 @@
grid-template-columns: 58px minmax(0, 1fr);
align-items: center;
height: 24px;
box-sizing: border-box;
padding: 0 8px 6px;
gap: 6px;
color: #333333;
@@ -45,7 +42,6 @@
height: 22px;
display: flex;
align-items: center;
box-sizing: border-box;
padding: 0 6px;
overflow: hidden;
text-overflow: ellipsis;
@@ -64,6 +60,10 @@
min-height: 0;
margin: 0 8px 8px;
overflow: auto;
background-color: #ffffff;
background-image:
linear-gradient(180deg, rgba(255,255,255,.9), rgba(238,238,238,.58)),
repeating-linear-gradient(0deg, rgba(0,0,0,.025) 0 1px, transparent 1px 6px);
}
.box-file-grid {
@@ -81,7 +81,6 @@
grid-template-rows: 34px 18px 28px;
justify-items: center;
align-items: center;
box-sizing: border-box;
padding: 8px 6px;
color: #000000;
text-decoration: none;
@@ -185,6 +184,7 @@
main {
display: block;
min-height: 100dvh;
padding: 0;
}
.box-window {