Removing weird border in cowebsites and cowebsite button

This commit is contained in:
David Négrier
2022-01-12 15:36:24 +01:00
committed by Alexis Faizeau
parent 78e816c6fb
commit 06dca9813c
3 changed files with 32 additions and 3 deletions
@@ -5,7 +5,6 @@
import { ScreenSharingPeer } from "../../WebRtc/ScreenSharingPeer";
import LocalStreamMediaBox from "./LocalStreamMediaBox.svelte";
import type { Streamable } from "../../Stores/StreamableCollectionStore";
import PixelContainer from "../Container/PixelContainer.svelte";
export let streamable: Streamable;
export let isHightlighted = false;