mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-16 21:54:56 +00:00
ui: tighten scroll thumb and review padding
Keep the scroll thumb visually slim (4px) while preserving a 12px drag target, and remove extra right padding in session review content.
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
.scroll-view__thumb {
|
.scroll-view__thumb {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 1px;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
transition: opacity 200ms ease;
|
transition: opacity 200ms ease;
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 6px;
|
width: 4px;
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
background-color: var(--border-weak-base);
|
background-color: var(--border-weak-base);
|
||||||
backdrop-filter: blur(4px);
|
backdrop-filter: blur(4px);
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
[data-slot="session-review-container"] {
|
[data-slot="session-review-container"] {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding-right: 4px;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-slot="session-review-header"] {
|
[data-slot="session-review-header"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user