mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
[furo] customize CSS - code.literal nowrap & improve large table layout (#3408)
The readability can be improve with the following two changes:
Slightly increase the content width to make the engine list more readable::
.content {
width: 52em; /* instead of 46em */
}
To avoid word wrap in bang::
p code.literal {
text-wrap: nowrap;
}
Sugested-by: https://github.com/searxng/searxng/pull/3408#issuecomment-2094082144
This commit is contained in:
committed by
Markus Heiser
parent
50626ef150
commit
89aa588b27
Vendored
+7
@@ -1,3 +1,10 @@
|
||||
.content {
|
||||
width: 52em; /* instead of 46em */
|
||||
}
|
||||
|
||||
p code.literal {
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
aside.sidebar {
|
||||
border-color: lightsteelblue;
|
||||
|
||||
Reference in New Issue
Block a user