first commit

This commit is contained in:
2025-12-27 18:23:41 +03:00
commit 63a9425680
197 changed files with 7078 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
.ui-pull{
position: relative;
overflow: auto;
-webkit-overflow-scrolling: touch;
height: 100%;
}
.ui-pull__indicator{
position: absolute;
left: 0;
right: 0;
top: 0;
height: 0px;
display: flex;
align-items: flex-end;
justify-content: center;
pointer-events: none;
transition: height .12s ease;
}
.ui-pull__pill{
margin-bottom: 8px;
padding: 6px 10px;
border-radius: 999px;
border: 1px solid var(--ui-border);
background: var(--ui-panel);
color: var(--ui-muted);
font-size: 12px;
box-shadow: var(--ui-shadow);
}