diff --git a/src/room/LayoutToggle.module.css b/src/room/LayoutToggle.module.css index e54e9447..fb95a716 100644 --- a/src/room/LayoutToggle.module.css +++ b/src/room/LayoutToggle.module.css @@ -24,6 +24,8 @@ limitations under the License. .toggle input { appearance: none; + /* Safari puts a margin on these, which is not removed via appearance: none */ + margin: 0; outline: none !important; }