mirror of
https://github.com/Xevion/glance.git
synced 2025-12-10 06:07:20 -06:00
Make horizontal scrollbars thinner
This commit is contained in:
@@ -519,6 +519,7 @@ kbd:active {
|
|||||||
|
|
||||||
.cards-horizontal {
|
.cards-horizontal {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
scrollbar-width: thin;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1279,6 +1280,7 @@ kbd:active {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
scrollbar-width: thin;
|
||||||
gap: 2.5rem;
|
gap: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user