UI: закрепить панель журнала загрузок

This commit is contained in:
AidarKC
2026-07-31 17:14:01 +04:00
parent 60ab476ec7
commit 05bd9f57d6
4 changed files with 46 additions and 24 deletions
+9 -6
View File
@@ -2597,7 +2597,7 @@ textarea.input {
background: rgba(255, 255, 255, 0.06);
border-radius: 0.34rem;
color: rgba(226, 232, 240, 0.86);
font-size: 0.46rem;
font-size: 0.56rem;
line-height: 1.05;
max-width: 100%;
min-width: 0;
@@ -2647,7 +2647,7 @@ textarea.input {
min-height: 100vh;
max-width: 100%;
overflow-x: hidden;
padding-top: 0;
padding-top: 3.25rem;
}
.arweave-uploads-toolbar {
@@ -2660,9 +2660,11 @@ textarea.input {
gap: 0.42rem;
grid-template-columns: 2.4rem minmax(0, 1fr) 2.4rem 2.4rem;
justify-content: stretch;
margin: -1rem -1rem 0;
left: 0;
margin: 0;
padding: max(0.35rem, env(safe-area-inset-top)) 0.45rem 0.45rem;
position: sticky;
position: fixed;
right: 0;
top: 0;
z-index: 15;
}
@@ -2683,6 +2685,7 @@ textarea.input {
.arweave-uploads-title {
align-self: center;
color: #f8fafc;
font-size: 0.94rem;
font-weight: 800;
min-width: 0;
overflow: hidden;
@@ -2715,8 +2718,8 @@ textarea.input {
}
.arweave-uploads-list {
max-height: calc(100vh - 4.4rem);
min-height: calc(100vh - 4.4rem);
max-height: calc(100vh - 4.1rem);
min-height: calc(100vh - 4.1rem);
width: 100%;
}