Graycot / loop-ring

GNU General Public License v3.0
10 stars 22 forks source link

FIX Memberlist.html CSS on mobile misaligned # #11

Closed Graycot closed 1 year ago

Graycot commented 1 year ago

Problem:

Once the member count grows past a single digit into tens of users, the first 1-9 member numbers are aligned to the left.

Fix:

CSS Align-center the user number when viewing the member list in a mobile viewport.

Graycot commented 1 year ago

Note: This issue affects both mobile and desktop view ports.

Solution:

.number {
  text-align: center;
}