Remove whitespace
This commit is contained in:
4
ui.R
4
ui.R
@@ -68,9 +68,6 @@ ui <- function() {
|
|||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
transition: box-shadow 0.3s ease;
|
transition: box-shadow 0.3s ease;
|
||||||
}
|
}
|
||||||
.card:hover {
|
|
||||||
transform: none !important; /* Sanfter Schwebeprozess beim Hovern */
|
|
||||||
}
|
|
||||||
/* 4. SIDEBAR & INPUTS */
|
/* 4. SIDEBAR & INPUTS */
|
||||||
.sidebar {
|
.sidebar {
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
@@ -177,7 +174,6 @@ ui <- function() {
|
|||||||
$(document).on('shiny:connected', function() {
|
$(document).on('shiny:connected', function() {
|
||||||
var targetWidth = 1920;
|
var targetWidth = 1920;
|
||||||
var targetHeight = 1080;
|
var targetHeight = 1080;
|
||||||
|
|
||||||
function scaleApp() {
|
function scaleApp() {
|
||||||
var windowWidth = $(window).width();
|
var windowWidth = $(window).width();
|
||||||
var windowHeight = $(window).height();
|
var windowHeight = $(window).height();
|
||||||
|
|||||||
Reference in New Issue
Block a user