mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-25 20:38:52 +02:00
refactor: addressed change reqs
This commit is contained in:
@@ -46,12 +46,6 @@ export function ReorderableList<T>(props: ListProps<T>) {
|
||||
justify-content: flex-start;
|
||||
align-content: stretch;
|
||||
}
|
||||
|
||||
.reorderable-list .custom-buttons {
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
display: inherit;
|
||||
}
|
||||
`}</style>
|
||||
<div className="reorderable-list">
|
||||
<Focusable
|
||||
@@ -77,7 +71,7 @@ type ListEntryProps<T> = {
|
||||
entryData: ReorderableEntry<T>,
|
||||
reorderEntryFunc: CallableFunction,
|
||||
reorderEnabled: boolean,
|
||||
children:ReactElement|null
|
||||
children: ReactElement | null
|
||||
}
|
||||
|
||||
function ReorderableItem<T>(props: ListEntryProps<T>) {
|
||||
|
||||
Reference in New Issue
Block a user