how to use css snippet? #95
Crownburger
started this conversation in
General
Replies: 2 comments
-
Hey did you ever figure out how to reduce the text input box ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I figured it out! After looking throughout the css of the extension, it turns out that you shouldn't modify the size of the target. You need to modify the children. What that means is that you need to append So, if we were to make the input take all of the page's space, the css would look like this: .input-w-full > * {
width: 100%;
} Then, we apply it as normal:
|
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi,
can someone please explain how my css snippet needs to look like to reduce the Text Input Box to 200px width instead of full width? My .md File looks like this:
I'm on Android.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions