tweaked some styles to fit listDocs better on mobile
This commit is contained in:
@@ -160,6 +160,10 @@ function ListDocs({ docs, query }) {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td:nth-child(1) {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
th:nth-of-type(2n),
|
th:nth-of-type(2n),
|
||||||
td:nth-of-type(2n) {
|
td:nth-of-type(2n) {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ export default function global(props) {
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
margin: 0;
|
margin: 0 -2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.paginate li {
|
.paginate li {
|
||||||
|
|||||||
Reference in New Issue
Block a user