From 7daf3bb68c4d10ff95ec5b1f078e0f45216aaee6 Mon Sep 17 00:00:00 2001 From: oldkid Date: Sun, 26 Jan 2025 12:57:01 +0100 Subject: [PATCH] Einbinden bereits hochgeladener Videos aktiviert. --- bookface_dark.css | 12 +++++++----- bookface_light.css | 8 +++++--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bookface_dark.css b/bookface_dark.css index ad9635c..baaf60d 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -224,7 +224,12 @@ header #banner { .account .dropdown-menu li.divider, .contact-photo-wrapper .dropdown-menu li.divider { background-color: var(--nav-bg) !important; -} +} + +.btn-group-xs > .btn, .btn-xs { + font-size: 17px; +} + #topbar-first #nav-notifications-menu { border: 1px solid var(--background-color) !important; } @@ -349,10 +354,7 @@ box-sizing: border-box; #upload-photo:focus { background-color: darkblue !important; } - /* hide attach file option since there is no way to manage attachments */ - .fbswitcher [data-mode="attachment"] { - display: none !important; - } + /* Other people profiles */ #mention-link { border-radius: 8px !important; diff --git a/bookface_light.css b/bookface_light.css index 8afd066..5f6e8c7 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -187,6 +187,10 @@ .btn { border-radius: 10px; } + + .btn-group-xs > .btn, .btn-xs { + font-size: 17px; + } .nav-pills .dropdown-menu li a, .nav-pills .dropdown-menu li .btn-link, @@ -644,9 +648,7 @@ #upload-photo:focus { background-color: darkblue !important; } - .fbswitcher [data-mode="attachment"] { - display: none !important; - } + /* Profiles */ #profile-photo-wrapper { overflow: visible !important;