streamaserver/streama
View on GitHubVisual bug with new Dash-buttons when resized to mobile
Open
#924 opened on Dec 31, 2019
1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript9,565 stars (9,565 stars)977 forks (977 forks)batch import
Good First Issue
Description

Contributor guide
- Tech stack
- javascriptcss
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basics of responsive CSS
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 65
- Research direction
- Investigate the dashboard component's CSS file (likely something like 'dashboard.css') to identify styles for the dash buttons. Add or adjust media queries to ensure proper rendering on mobile screens. The image shows buttons overlapping or misaligned; a responsive approach like flexbox or grid with appropriate breakpoints should fix the issue.