mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Responsive styles for portrait orientation phones
This commit is contained in:
@@ -65,7 +65,7 @@ export const FolderSelect: React.FC<IProps> = (props: IProps) => {
|
||||
<ul className="folder-list">
|
||||
{selectableDirectories.map(path => {
|
||||
return (
|
||||
<li className="folder-item">
|
||||
<li key={path} className="folder-item">
|
||||
<Button
|
||||
variant="link"
|
||||
key={path}
|
||||
|
||||
Reference in New Issue
Block a user