Fix module library

This commit is contained in:
José González 2021-07-29 10:36:16 +02:00
parent f9b69c289c
commit ce765a5dbd
2 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@
/* --- Sidebar --- */
.sidebar_library {
min-width: 360px;
width: 240px;
margin-left: 50px;
border-left: 1px solid #d0d0d0;
padding: 0px 0px 0px 30px;
@ -151,7 +151,7 @@
#category_result,
#search_result {
display: grid;
grid-template-columns: repeat(3, minmax(300px, 1fr));
grid-template-columns: repeat(3, minmax(175px, 1fr));
grid-gap: 20px;
}

View File

@ -2990,7 +2990,7 @@ input.search_input {
background-color: #f2f6f7;
padding: 0px;
margin: 0;
width: 300px;
width: 150px;
height: 30px;
margin-left: 2px;
padding-left: 15px;