Remove whitespace
This commit is contained in:
4
ui.R
4
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();
|
||||
|
||||
Reference in New Issue
Block a user