feat: refactor updates (#2860)

This commit is contained in:
Alex Inkin
2025-03-29 22:50:23 +04:00
committed by GitHub
parent 4b4cf76641
commit 1883c9666e
12 changed files with 703 additions and 372 deletions

View File

@@ -69,6 +69,7 @@ hr {
min-height: fit-content;
flex: 1;
padding: 1rem;
overflow: hidden;
}
.g-aside {
@@ -76,7 +77,7 @@ hr {
top: 1px;
left: 1px;
margin: 1px;
width: 16rem;
width: 18rem;
padding: 0.5rem;
text-transform: capitalize;
box-shadow: 1px 0 var(--tui-border-normal);