From e1daade9615b2d4726cd6e792077d0726517abd8 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 24 Jan 2021 22:20:54 +0100 Subject: [PATCH] Remove a few new lines and spaces --- UI/Base/ScrollableFullScreen.ts | 4 ++-- css/tagrendering.css | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/UI/Base/ScrollableFullScreen.ts b/UI/Base/ScrollableFullScreen.ts index bf966ad..ef13c6c 100644 --- a/UI/Base/ScrollableFullScreen.ts +++ b/UI/Base/ScrollableFullScreen.ts @@ -17,9 +17,9 @@ export default class ScrollableFullScreen extends UIElement { State.state.fullScreenMessage.setData(undefined); State.state.selectedElement.setData(undefined); }).SetClass("block sm:hidden mb-2 bg-blue-50 rounded-full w-12 h-12 p-1.5") - + title.SetClass("block w-full") - + const ornament = new Combine([new Ornament().SetStyle("height:5em;")]).SetClass("sm:hidden") this._component = new Combine([ diff --git a/css/tagrendering.css b/css/tagrendering.css index 015eaa1..53a7704 100644 --- a/css/tagrendering.css +++ b/css/tagrendering.css @@ -1,7 +1,3 @@ - - - - @media only screen and (max-height: 600px) and (min-width: 600px) { /* landscape mode: the first tagrendering of the infobox gets a special treatment and is placed on the right*/ .landscape\:max-h-screen {