From 79632ab26b566b6eb9f712bbc8d6821d18ac5a6b Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 16 Feb 2026 11:46:57 +0100 Subject: [PATCH] [call-me] - remove border --- package-lock.json | 4 ++-- package.json | 2 +- public/style.css | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25d8ae5..bda3c3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "call-me", - "version": "1.3.12", + "version": "1.3.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "call-me", - "version": "1.3.12", + "version": "1.3.13", "license": "AGPLv3", "dependencies": { "@ngrok/ngrok": "1.7.0", diff --git a/package.json b/package.json index d852b79..13fdd6b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "call-me", - "version": "1.3.12", + "version": "1.3.13", "description": "Your Go-To for Instant Video Calls", "author": "Miroslav Pejic - miroslav.pejic.85@gmail.com", "license": "AGPLv3", diff --git a/public/style.css b/public/style.css index 0bed836..f697e3c 100644 --- a/public/style.css +++ b/public/style.css @@ -555,7 +555,6 @@ video::-webkit-media-controls { #localVideo.screen-share { object-fit: contain !important; background: #000 !important; - border: 2px solid #ff6b35 !important; /* Orange border to indicate screen sharing */ } /* Modern Username Labels - */ @@ -649,7 +648,6 @@ video::-webkit-media-controls { #remoteVideo.screen-share { object-fit: contain !important; background: #000 !important; - border: 2px solid #ff6b35 !important; /* Orange border to indicate screen sharing */ } #remoteVideo:hover {