瀏覽代碼

minor edits

solr_update
Simon Bowie 2 年之前
父節點
當前提交
007d76a389
共有 2 個文件被更改,包括 16 次插入18 次删除
  1. +16
    -17
      web/app/static/styles/custom.css
  2. +0
    -1
      web/app/templates/base.html

+ 16
- 17
web/app/static/styles/custom.css 查看文件

@@ -330,34 +330,33 @@ body#random-img-page{
margin: 0% 20%;
line-height: 1.8rem;
font-size: var(--body-fontsize);

}

/***************** MOBILE ****************/

@media screen and (min-width:0px) and (max-width: 768px) {

/* INDEX SEARCH */
/* INDEX SEARCH */

input#inputsearch {
width: 250px;;
}
input#inputsearch {
width: 250px;;
}

/* RANDOM IMAGES */
#random-img-page .img-fluid:hover {
transform: none;
border-radius: 0.15rem;
opacity: 1;
}
/* RANDOM IMAGES */
#random-img-page .img-fluid:hover {
transform: none;
border-radius: 0.15rem;
opacity: 1;
}

/* COMPARE —> 2 RANDOM PATENTS */
/* COMPARE —> 2 RANDOM PATENTS */

.compare > div {
.compare > div {
width: 100%;
}
}

.col {
flex: auto !important;
}
.col {
flex: auto !important;
}

}

+ 0
- 1
web/app/templates/base.html 查看文件

@@ -10,7 +10,6 @@
# Bootstrap 5.1.3: https://getbootstrap.com/
# Flask-Moment: https://flask-moment.readthedocs.io/en/latest/
# Boostrap select: https://stackoverflow.com/questions/67942546/bootstrap-5-select-dropdown-with-the-multiple-attribute-collapsed

-->

<!DOCTYPE html>

Loading…
取消
儲存