Remove whitespace

This commit is contained in:
2026-02-06 15:42:47 +01:00
parent b389ff1338
commit 1cd6fda01b

4
ui.R
View File

@@ -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();