mirror of
https://github.com/vale981/tridactyl
synced 2025-03-10 04:36:39 -04:00
![]() The previous code used <ul> and <li> in order to generate the list of aliases/bindings related to an ex command. This was semantically correct but required ugly CSS hacks in order to display them on a single line. On top of that, this line didn't wrap when the list of bindings/commands was longer that the page and thus required scrolling horizontally. This commit replaces <ul> with <p> and <li> with span. It inserts a space between each span and simplifies the css a bit, this results in lines of bindings/aliases wrapping neatly. |
||
---|---|---|
.. | ||
background | ||
completions | ||
content | ||
grammars | ||
lib | ||
parsers | ||
static | ||
background.ts | ||
commandline_frame.ts | ||
completions.ts | ||
content.ts | ||
excmds.ts | ||
help.ts | ||
manifest.json | ||
newtab.ts | ||
perf.ts | ||
state.ts | ||
tridactyl.d.ts |