summaryrefslogtreecommitdiff
path: root/htroot/env/bootstrap-base.css
diff options
context:
space:
mode:
authorZeroCool940711 <alejandrogilelias940711@gmail.com>2021-12-26 23:41:04 -0700
committerZeroCool940711 <alejandrogilelias940711@gmail.com>2021-12-26 23:41:04 -0700
commit7e765b84833d77e159c44c17522aa2c6a622ba27 (patch)
treef7e84814a041c85b078c9f6e8652c155050c55f5 /htroot/env/bootstrap-base.css
parent6fe905bb82f166843873cbbf6a694f43f39da4c2 (diff)
Improved the Image search page to have bigger thumbnails, use a bigger area for results and a smaller left sidebar.
Diffstat (limited to 'htroot/env/bootstrap-base.css')
-rw-r--r--htroot/env/bootstrap-base.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/htroot/env/bootstrap-base.css b/htroot/env/bootstrap-base.css
index 5fd266d90..a2a5d1a04 100644
--- a/htroot/env/bootstrap-base.css
+++ b/htroot/env/bootstrap-base.css
@@ -33,6 +33,7 @@ body {
}
@media (min-width: 768px) {
.sidebar {
+ width: 15%;
position: fixed;
top: 61px;
bottom: 0;
@@ -131,4 +132,6 @@ ul.nav li.dropdown:hover ul.dropdown-menu{
}
.col-md-9 {
overflow-x: hidden;
+ margin-left: 15%;
+ width: 85%;
}