Movatterモバイル変換


[0]ホーム

URL:


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
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commitf6f184e

Browse files
Rich-HarrisRich Harris
and
Rich Harris
authored
fix#287 (#289)
Co-authored-by: Rich Harris <git@rich-harris.dev>
1 parentc7e2025 commitf6f184e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎src/routes/tutorial/[slug]/+page.svelte‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,19 @@
345345
flex-direction: row;
346346
align-items: center;
347347
padding:1rem;
348+
gap:1rem;
348349
}
349350
350351
.mobile .navigator .file {
351352
flex:1;
352353
text-align: left;
354+
white-space: nowrap;
355+
overflow: hidden;
356+
text-overflow: ellipsis;
357+
358+
/* put ellipsis at start*/
359+
direction: rtl;
360+
text-align: left;
353361
}
354362
355363
.mobile .navigator .solve {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp