volentixlabsinc / venue-client

The webapp for Venue, a community engagement platform for the Volentix community
https://venue.volentix.io
MIT License
6 stars 1 forks source link

Final UI changes for referral campaign #259

Closed Mojganahk closed 6 years ago

Mojganahk commented 6 years ago

@Lyncis UI Updates:

UI-updates.jpg

Final Look finalLook.jpg

Child of Volentix/venue#8

Lyncis commented 6 years ago

ok, cool! Got it

Lyncis commented 6 years ago

@Mojganahk @shawnlauzon how critical is to center the table content? It seems that Bulma doesn't have any options to center the labels. I found a lot of issues on GitHub with people trying to do the same thing.

So far I couldn't find a valid solution, some of them simply doesn't work, some of them identified by eslintrc/prettier as an error.

The only way I see is to create the whole table manually, without using b-column

image

Mojganahk commented 6 years ago

@Lyncis It would be nicer in center. If it doesn't allow, let's keep it the way it was but with more space on the left. thanks.

shawnlauzon commented 6 years ago

@Lyncis I imagine you've already tried this, but how about simply putting it inside a container?

Lyncis commented 6 years ago

@shawnlauzon I've tried, but it doesn't center the labels. I might be wrong here, but it is quite desirable I can create the table directly using <th> and <td>. In this case everything will be centered

shawnlauzon commented 6 years ago

@Lyncis Yes, as a last resort (and it appears we are at that point), using a table is fine.