LowLevelLover
LowLevelLover
I test it with sveltekit v1.0.0 and svelte v3.54.0. Everything works perfect.
Ok I will remove all ltr prefixes as rtl overwrite them.
Hey @mihar-22 I have been trying to handle margins, paddings, etc. but it could add some complexity. For example: ```html I should reset mr I sould reset all right-left values...
just pass it to bot imported from com.github.kotlintelegrambot.bot: ```kotlin import com.github.kotlintelegrambot.bot val applicationBot = bot { proxy = Proxy( Proxy.Type.HTTP, // or SOCKS InetSocketAddress("192.168.163.111", 10809) ) } ```