This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- May 22, 2024
-
-
rhenck authored
#651
-
- Mar 06, 2024
-
-
jojohoch authored
-
- Aug 11, 2023
-
-
jojohoch authored
#520
-
- Jan 17, 2023
-
-
jojohoch authored
- A floating keypad is generated inside a div with the class 'cdk-overlay-pane'. Now the position of this div is updated when dragging the keypad.
-
- Jan 03, 2023
- Dec 15, 2022
- Nov 24, 2022
-
-
jojohoch authored
- Areas are marked with the surrounding 'aspect-anchor' tag
-
- Sep 07, 2022
-
-
jojohoch authored
-
- Apr 19, 2022
-
-
jojohoch authored
Overwriting styles of HTML elements can lead to unwanted side effects
-
- Apr 04, 2022
-
-
rhenck authored
The whole DOM structure is kind of botched. This is a quick fix and should be reviewed.
-
- Feb 28, 2022
-
-
jojohoch authored
This was necessary after the surrounding element container with its styles and classes was deleted
-
- Feb 18, 2022
-
-
jojohoch authored
-
- Feb 14, 2022
-
-
jojohoch authored
-
- Feb 11, 2022
-
-
jojohoch authored
The previous solution, which uses a top position of 50%, did not work on iPad
-
- Jan 06, 2022
-
-
rhenck authored
- Jan 05, 2022
-
-
rhenck authored
-
- Dec 17, 2021
-
-
jojohoch authored
-
- Dec 15, 2021
-
-
rhenck authored
This creates a blockquote-element, which is styled globally with specific quotes and alignment.
-
- Nov 29, 2021
-
-
rhenck authored
This is the same hack used in the editor for overlay elements. Here applied to the actual dnd elements seen in the player. Explanation: The cursor can not be applied to the dragged elements as it is not positioned (at least that is my understanding). The workaround is to style the body (cursor) while anything is being dragged.
-
- Nov 23, 2021
-
-
jojohoch authored
This avoids duplicate scrollbars in TestStudio
-
- Nov 01, 2021
-
-
rhenck authored
And avoid global styling.
-
- Oct 27, 2021
-
-
jojohoch authored
-
- Oct 07, 2021
-
-
rhenck authored
This is rather hard to implement via HTML inline style attributes. So we do it the classic way. Could be reviewed, when that feature is implemented in TipTap: https://github.com/ueberdosis/tiptap/issues/1514.
-
- Aug 20, 2021
-
-
jojohoch authored
To center the content of the player, the dimensions of all pages are calculated.
-
- Aug 07, 2021
-
-
jojohoch authored
* Pages can be scrolled or tabbed * Labels of pages can be shown and hidden * Always visible pages can be left, right, top or bottom * Layout of pages is now handled in `LayoutComponent` and removed from `PlayerStateComponent` * Due to the `ScrollIndexDirective`, pages with scrollbars have similar interfaces as pages with tabs
-
- Jun 22, 2021
-
-
rhenck authored
-