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 {