Add padding to mobile layout and fix width issue on both

This commit is contained in:
Stefan Schindler 2021-05-22 09:01:33 +00:00 committed by Guillaume Gomez
parent d8de2b4c33
commit ee7cc63e04

View File

@ -772,6 +772,7 @@ a {
.search-results > a {
display: block;
width: 100%;
/* A little margin ensures the browser's outlining of focused links has room to display. */
margin-left: 2px;
margin-right: 2px;
@ -1751,6 +1752,7 @@ details.undocumented[open] > summary::before {
/* Display an alternating layout on tablets and phones */
.search-results > a {
border-bottom: 1px solid #aaa9;
padding: 5px 0px;
}
.search-results .result-name {
width: 100%;