Skip to content

Commit

Permalink
fix(webapp): change meeting id style
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Jan 12, 2024
1 parent 27920a0 commit 4d6d8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export default function Layout(props: { meetingId: string }) {
<center>
<Member />
<div className='flex justify-evenly bg-gray-800/80'>
<section className='m-sm p-0.5 flex flex-row justify-center rounded-md border-1 border-indigo-500'>
<button className='flex flex-row text-rose-400 rounded-md p-2' onClick={() => {
<section className='hidden md:flex md:flex-col md:justify-center'>
<button className='flex flex-row text-rose-400 rounded-md bg-inherit p-2' onClick={() => {
copy(location.href)
setCopyStatus(true)
setTimeout(() => setCopyStatus(false), 3000)
Expand Down

0 comments on commit 4d6d8a5

Please sign in to comment.