Migrate .answer to Tailwind

- Remove custom CSS
- Add more landscape:* helper classes
This commit is contained in:
Tobias 2021-01-21 05:19:33 +01:00
parent 7a2f4fa44a
commit 8f8e5f7636
2 changed files with 7 additions and 14 deletions

View file

@ -64,7 +64,7 @@ export default class EditableTagRendering extends UIElement {
return new Combine([this._answer,
(State.state?.osmConnection?.userDetails?.data?.loggedIn ?? true) ? this._editButton : undefined
]).SetClass("answer")
]).SetClass("flex w-full break-word justify-between text-default landscape:w-1/2 landscape:p-2")
.Render();
}