@bothub-chat/ui
Version:
Bothub UI Components
6 lines (5 loc) • 927 B
JavaScript
import{styled as o,css as t}from"styled-components";import{adaptive as r}from"../../../../adaptive/index.js";import{Scrollbar as e}from"../../../scrollbar/index.js";import{ScrollbarStyled as a}from"../../../scrollbar/styled.js";const s=o.div.withConfig({displayName:"styled__MessageButtonsStyled",componentId:"sc-rroudy-0"})(["display:flex;grid-area:buttons;margin-top:8px;overflow:auto;max-width:512px;","{width:100%;}",""],a,r({touch:t`
max-width: 512px;
`})),d=o(e).attrs({variant:"secondary"}).withConfig({displayName:"styled__MessageButtonsScrollbarWrapper",componentId:"sc-rroudy-1"})(["width:100%;overflow-y:hidden;"]),i=o.div.withConfig({displayName:"styled__MessageButtonsContent",componentId:"sc-rroudy-2"})(["display:flex;width:100%;flex-wrap:wrap;gap:8px;",""],r({touch:t`
flex-wrap: nowrap;
`}));export{i as MessageButtonsContent,d as MessageButtonsScrollbarWrapper,s as MessageButtonsStyled};