First round of work on the Launcher Config.
This commit is contained in:
@@ -1228,11 +1228,11 @@
|
||||
</div>
|
||||
|
||||
<Drawer
|
||||
class="bg-orange-100 opacity-90 hover:opacity-97 transition-all duration-1000 border border-gray-300 dark:border-gray-600"
|
||||
class="bg-orange-100 opacity-90 hover:opacity-97 transition-all duration-1000 border border-gray-300 dark:border-gray-600 w-full md:w-96 lg:w-[28rem]"
|
||||
placement="left"
|
||||
transitionType="fly"
|
||||
transitionParams={{
|
||||
x: -320,
|
||||
x: -450,
|
||||
duration: 200,
|
||||
easing: sineIn
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user