mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-15 06:56:34 +00:00
docs - fix padding to accomodate hidden element
This commit is contained in:
parent
37e0566745
commit
b0fb0024bc
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ code {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
#search-input {
|
||||
padding-right: 12px !important;
|
||||
}
|
||||
|
||||
/* Table headers are bolded in dark mode, do it in light mode too */
|
||||
table th {
|
||||
font-weight: 600 !important;
|
||||
|
|
Loading…
Reference in a new issue