mirror of
https://github.com/mhwikicn/mhdos-armor-set-searcher
synced 2025-12-06 04:59:04 +08:00
fix table text align
This commit is contained in:
parent
4dfb06b95f
commit
d004a7f03d
@ -43,6 +43,10 @@ ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
tr, td, th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* main sections */
|
||||
|
||||
#header {
|
||||
@ -177,7 +181,7 @@ ul {
|
||||
|
||||
.search-picker-activation {
|
||||
margin: 0.4em 0.7em;
|
||||
width: 10em;
|
||||
width: 14em;
|
||||
display: inline-flex;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user