Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent overflow of videos table on small devices #825

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dennis531
Copy link
Collaborator

Bei dem Versuch, die Videos auf eine Zeile mit Overflow: hidden anzuzeigen, gab es da einige Probleme.

Damit Overflow: hidden funktioniert, musste das Tabellenlayout auf fixed gesetzt werden, damit die Overflows überhaupt versteckt werden. Das wiederum führte dazu, dass bei der Verwendung von Colspan an den Stellen der ausgeblendeten Spalten leere Spalten angezeigt wurden.

Aus diesen Gründen und der Einheitlichkeit zu den vorhandenen Stud.IP-Tabelle wurde die folgende Lösung implementiert:

  • Die Titelgröße hat die Standardgröße, wie im Dateibereich
  • Das Vorschaubild hat einen Minimalbreite von 90 Pixeln, damit das Bild nicht zu sehr gestaucht wird
  • Lange Titel werden bei Overflow an beliebigen Stellen gebrochen

@ssrahn

Ref #753

@dennis531 dennis531 self-assigned this Oct 23, 2023
@dennis531 dennis531 added type:mobile v:3 Everything related to the Stud.IP Opencast Plugin Version 3.x labels Oct 23, 2023
@dennis531 dennis531 requested review from tgloeggl and ssrahn October 27, 2023 08:58
@tgloeggl tgloeggl merged commit 356e007 into elan-ev:master Nov 6, 2023
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:mobile v:3 Everything related to the Stud.IP Opencast Plugin Version 3.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants