added text-align: left on tabs

This commit is contained in:
Samuel Breznjak 2025-02-06 16:43:48 +01:00
parent 9603b4dce6
commit 0d4a58ad92
3 changed files with 3 additions and 3 deletions

View file

@ -635,7 +635,7 @@ body {
line-height: 0.9375rem;
height: 27px;
padding: 4px 5px;
text-align: center;
text-align: left;
min-width: 64px;
position: relative;
background-color: var(--bg);

2
css/cs16.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -605,7 +605,7 @@ body {
line-height: 15px;
height: 27px;
padding: 4px 5px;
text-align: center;
text-align: left;
min-width: 64px;
position: relative;
background-color: var(--bg);