Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssr.css need to be edited when RTL set to true #1710

Closed
OmidAtaei1984 opened this issue Jan 3, 2024 · 0 comments · Fixed by masastack/MASA.Template#80
Closed

ssr.css need to be edited when RTL set to true #1710

OmidAtaei1984 opened this issue Jan 3, 2024 · 0 comments · Fixed by masastack/MASA.Template#80

Comments

@OmidAtaei1984
Copy link

OmidAtaei1984 commented Jan 3, 2024

Masa.Blazor version

1.3.1

Describe the bug

Hello. When using Masa.Template to build the app, the ssr.css file needs to be modified by setting options.RTL = true. For example, all "padding-left" must be converted to "padding-right" or all "left" must be converted to "right" so that the program is displayed correctly in right-to-left mode. also transition animation has delay.

Expected Behavior

No response

Steps To Reproduce

Create an application with command: "dotnet new masablazor -o MasaBlazorApp", set options.RTL = true when adding services, run the application

Reproduction code

No response

.NET version

8.0.100

What browsers are you seeing the problem on?

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants