Compare commits
7 Commits
changeset-
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6fdad98663 | ||
|
|
681f9ba788 | ||
|
|
c93c979e3f | ||
|
|
280117e9ec | ||
|
|
d173651b50 | ||
|
|
1dd662c425 | ||
|
|
1cca8a1623 |
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023-preset Gustavo "Guz" L. de Mello
|
||||
Copyright (c) 2023-present Gustavo "Guz" L. de Mello
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -112,12 +112,12 @@
|
||||
<input
|
||||
un-m="l-5"
|
||||
type="checkbox"
|
||||
name="vertical layout"
|
||||
id="vertical-input"
|
||||
name="right to left"
|
||||
id="rtl-input"
|
||||
bind:checked={isRtl}
|
||||
on:input={() => ($id = Math.random())}
|
||||
/>
|
||||
<label un-text="sm" for="vertical-input">Right-to-Left</label>
|
||||
<label un-text="sm" for="rtl-input">Right-to-Left</label>
|
||||
</div>
|
||||
</section>
|
||||
<section un-flex="~ col">
|
||||
|
||||
Reference in New Issue
Block a user