Remove a few new lines and spaces
This commit is contained in:
parent
4068931bba
commit
e1daade961
2 changed files with 2 additions and 6 deletions
|
@ -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([
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue