1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-04 02:20:13 +02:00

[fix] simple theme: /preferences: cookies table is LTR

close #827
This commit is contained in:
Alexandre Flament 2022-01-29 14:42:12 +01:00
parent 6a366c9807
commit dc4caa5a39

View File

@ -82,10 +82,11 @@
table.cookies {
width: 100%;
direction: ltr;
th,
td {
.ltr-text-align-left();
text-align: left;
font-family: monospace;
font-size: 1rem;
padding: 0.5em;