From 1cd6fda01b974c071f54ae1b47037693096e4793 Mon Sep 17 00:00:00 2001 From: Millicool Date: Fri, 6 Feb 2026 15:42:47 +0100 Subject: [PATCH] Remove whitespace --- ui.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui.R b/ui.R index 3e3efb8..0104bda 100644 --- a/ui.R +++ b/ui.R @@ -68,9 +68,6 @@ ui <- function() { background-color: #ffffff !important; transition: box-shadow 0.3s ease; } - .card:hover { - transform: none !important; /* Sanfter Schwebeprozess beim Hovern */ - } /* 4. SIDEBAR & INPUTS */ .sidebar { background-color: #ffffff !important; @@ -177,7 +174,6 @@ ui <- function() { $(document).on('shiny:connected', function() { var targetWidth = 1920; var targetHeight = 1080; - function scaleApp() { var windowWidth = $(window).width(); var windowHeight = $(window).height();