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

Widget height/limit to display only departures in one direction #18

Open
magune opened this issue May 25, 2022 · 2 comments
Open

Widget height/limit to display only departures in one direction #18

magune opened this issue May 25, 2022 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@magune
Copy link

magune commented May 25, 2022

When using the HASL departure card to display departures from my bus stop,
the height of the widget is not respected (height set by CSS with mod_card):

image

image

Additionally, the direction 1,2 gives an empty list of departures, only both directions=0 gives
data. Since we live very close (the stop next to) to the end station, we will never travel the one bus stop to the end station, but rather only want to se the departures in the direction of the city center.

I will try to experiment with limiting number of bus departures, but it would be nice to be able to limit widget height.

@DSorlov
Copy link
Member

DSorlov commented Sep 10, 2022

The fix here would be to limit the number of departures as that will control the height I think

@DSorlov DSorlov added the question Further information is requested label Sep 10, 2022
@DSorlov DSorlov self-assigned this Sep 10, 2022
@morlic
Copy link
Contributor

morlic commented Feb 14, 2023

set overflow: hidden in CSS as a quick fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants