Tiny UI improvements ideas (for bigger screens?)

The overall interface is pretty sleek so I’m only gonna share in this post some of the tweaks I’m making within my web browser to improve my user experience on 8base. (I’m for example persisting these tweaks with Stylus within firefox.)

  1. On the database view, some of my tables’names are a little bit too long to be properly displayed.
/* 
   replaces a dynamic style set on its child
   grid-template-columns: 232px 1fr;
*/
.css-175k1p2 {
    grid-template-columns: 300px 1fr !important;
}

I’ll come back to this post for future tweaks.

(Btw, my screens are 2560x1440 over 27")

1 Like

Appreciate it! Letting @ilya.8base know.