You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: