From d42a2c30fe8386d507f51672759961fefa9f68c0 Mon Sep 17 00:00:00 2001 From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Sat, 25 Jan 2025 08:07:49 +0100 Subject: [PATCH] Add files via upload --- bookface - loma/dark/bookface_dark.css | 7 +++++++ bookface - loma/light/bookface_light.css | 19 +++++++++++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/bookface - loma/dark/bookface_dark.css b/bookface - loma/dark/bookface_dark.css index 5434fb9..da12ca2 100644 --- a/bookface - loma/dark/bookface_dark.css +++ b/bookface - loma/dark/bookface_dark.css @@ -934,6 +934,13 @@ audio, canvas, progress, video { margin-right: 42px; } } + +@media (max-width: 991px) { + .topbar ul.nav > li > a, .topbar ul.nav > li > button { + padding: 15px 5px; + } +} + @media screen and (max-width: 768px){ #topbar-first .navbar-toggle[data-target="#search-mobile"]{ position: fixed !important; diff --git a/bookface - loma/light/bookface_light.css b/bookface - loma/light/bookface_light.css index b1ee92a..c881def 100644 --- a/bookface - loma/light/bookface_light.css +++ b/bookface - loma/light/bookface_light.css @@ -75,7 +75,7 @@ nav.navbar .nav > li > a:focus, nav.navbar .nav > li > button:hover, nav.navbar .nav > li > button:focus { background-color: rgba(128,128,128,.1) !important; - border-radius: 8px !important; + border-radius: 0px !important; } #topbar-first .nav > li > a.selected { @@ -138,8 +138,8 @@ header #banner { header #banner #logo-img, .navbar-brand #logo-img { background-color: var(--link-color) !important; -height: 40px !important; -width: 40px !important; + height: 40px !important; + width: 40px !important; } .topbar ul.nav { @@ -674,7 +674,7 @@ border: 1px solid #fdfdfd; } #profile-jot-wrapper .wall-item-container.panel-body.preview { - border: 1px solid #666 !important; + border: 0px solid #ccc; margin-top:20px !important; border-radius: 8px !important; } @@ -892,6 +892,10 @@ p.wall-item-announce, border-radius: 5px; } +#photo-photo { + margin: 20px auto; +} + @media screen and (max-width: 1280px) { #search-box { width: 18% !important; @@ -909,6 +913,13 @@ p.wall-item-announce, margin-right: 42px; } } + +@media (max-width: 991px) { + .topbar ul.nav > li > a, .topbar ul.nav > li > button { + padding: 15px 5px; + } +} + @media screen and (max-width: 768px){ #topbar-first .navbar-toggle[data-target="#search-mobile"]{ position: fixed !important;