Skip to content

Snippets / CSS

CSS

Adjust the Compose Field in Inbox Widget

D Donald McGuinn · 180 views · Updated 2 years ago
On small phones, the compose field in the inbox widget for messages can be too smal. So this CSS will make it a little bigger for those who need it. Only applies to mobile devices.
@media(max-width: 767px){
.ts-convo-form .compose-message{
	min-width: 80%;
}

.ts-convo-form{
	flex-wrap: wrap !important;
	padding-bottom: 15px;
	justify-content: flex-end;
}
}
CSS · 11 lines

Discussion

Ask a question or share how you used this.

Log in to join the discussion.

No comments yet — be the first.

Voxel Guide assistant
Ask about snippets, addons & how-tos

Hey — how can I help?

I can dig through the library for snippets, addons, and tutorials.

AI can be wrong — double-check anything important.