From 77a6636bb0e99da7e4f107c77869654a9bee0fbc Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sat, 13 Jan 2024 20:31:22 +0100 Subject: [PATCH] Make time tables responsive again This was unfortunately forgotten to restore the desktop view again. --- themes/tsc_vfl/assets/css/main.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/themes/tsc_vfl/assets/css/main.scss b/themes/tsc_vfl/assets/css/main.scss index b7b784e..2522731 100644 --- a/themes/tsc_vfl/assets/css/main.scss +++ b/themes/tsc_vfl/assets/css/main.scss @@ -870,6 +870,24 @@ table.time { content: "Ort: "; } } + + @include media-large() { + display: table; + + tr { + display: table-row; + &:first-child { + display: table-row; + } + + } + + &.time-age, &.time-no-age { + tr td:nth-child(n):before { + content: none; + } + } + } } .iframe-generic {