fix: border solid
This commit is contained in:
@@ -115,13 +115,6 @@
|
|||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
/* reset */
|
/* reset */
|
||||||
* {
|
|
||||||
border: none;
|
|
||||||
outline: none;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
body {
|
body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ const RTCWidget = ({ id, context = "channel" }: Props) => {
|
|||||||
return (
|
return (
|
||||||
<div className='bg-gray-100 dark:bg-gray-900 flex flex-col p-2 rounded-3xl m-3 text-sm'>
|
<div className='bg-gray-100 dark:bg-gray-900 flex flex-col p-2 rounded-3xl m-3 text-sm'>
|
||||||
{/* {voicingInfo && */}
|
{/* {voicingInfo && */}
|
||||||
<div className="flex justify-between items-center border-solid border-b border-b-gray-200 dark:border-b-gray-800 pb-2">
|
<div className="flex justify-between items-center border-b border-b-gray-200 dark:border-b-gray-800 pb-2">
|
||||||
<div className="flex flex-1 items-center gap-1">
|
<div className="flex flex-1 items-center gap-1">
|
||||||
<Signal strength={voicingInfo.downlinkNetworkQuality} />
|
<Signal strength={voicingInfo.downlinkNetworkQuality} />
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
|
|||||||
Reference in New Issue
Block a user