Geo-Web-Project / browser

An interface that uses geolocation to navigate/resolve content on the Geo Web.
MIT License
3 stars 8 forks source link

Feature/content labels #20

Closed 10dimensions closed 2 years ago

10dimensions commented 3 years ago
10dimensions commented 2 years ago

Lost track of this :) Will close the ticket this week

gravenp commented 2 years ago

@10dimensions this is for https://github.com/Geo-Web-Project/browser/issues/17

Here are screenshots of the two browser modes. Let's increase the size of the 3D Gallery content title font to be the same as the Web Content URI font. Also, if the URI or Content Title length exceeds the page width let's utilize text overflow with ellipses:

Screenshot_20211014-105051 Screenshot_20211014-105058

10dimensions commented 2 years ago

@gravenp Thanks for sharing the reference imgs. I've managed to match the styles between url and content names.

It's just that the url is a hyperlink HTML element whereas the content name is a span text. Do let me know if it's sufficient.

gravenp commented 2 years ago

The new styling looks good. Go ahead and merge this PR when you're ready @10dimensions. Thanks!