mirror of
https://github.com/ekmas/cs16.css
synced 2026-04-10 21:53:24 +00:00
added text-align: left on tabs
This commit is contained in:
parent
9603b4dce6
commit
0d4a58ad92
3 changed files with 3 additions and 3 deletions
|
|
@ -635,7 +635,7 @@ body {
|
||||||
line-height: 0.9375rem;
|
line-height: 0.9375rem;
|
||||||
height: 27px;
|
height: 27px;
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
min-width: 64px;
|
min-width: 64px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: var(--bg);
|
background-color: var(--bg);
|
||||||
|
|
|
||||||
2
css/cs16.min.css
vendored
2
css/cs16.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -605,7 +605,7 @@ body {
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
height: 27px;
|
height: 27px;
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
min-width: 64px;
|
min-width: 64px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: var(--bg);
|
background-color: var(--bg);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue