Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d8a92a2

Browse files
style: Enhance CSS layout for improved mobile file viewing
Signed-off-by: creative-tutorials <treasurealekhojie@yahoo.com>
1 parent fbd5cf2 commit d8a92a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎components/studio/Files.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export function Files({ files, fetchFiles, states }: FileProp) {
235235
<Loader />
236236
) : (
237237
<>
238-
<Table className="">
238+
<Table className=" whitespace-nowrap overflow-auto">
239239
<TableHeader>
240240
<TableRow className="border border-transparent dark:border-b-borderbtm/80 border-b-hashtext ">
241241
<TableHead className="dark:text-white">Name</TableHead>

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stashblob",
3-
"version": "2.14.3",
3+
"version": "2.15.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /