diff options
author | Mario <mario@mariovavti.com> | 2021-08-03 07:35:43 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-03 07:35:43 +0000 |
commit | ee1cec8de2272ae554b12900598971db49b26d96 (patch) | |
tree | f3411576fd3822e33f280b71ee1329178b928254 /view/css | |
parent | b0a499d8b1dd1ea9ff41320e1d28a1069d325393 (diff) | |
download | volse-hubzilla-ee1cec8de2272ae554b12900598971db49b26d96.tar.gz volse-hubzilla-ee1cec8de2272ae554b12900598971db49b26d96.tar.bz2 volse-hubzilla-ee1cec8de2272ae554b12900598971db49b26d96.zip |
the default 400px is slightly overkill
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index d1e8b87cf..36240517e 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -58,6 +58,11 @@ nav .dropdown-menu { transition: none; } +.offcanvas-end { + width: unset; + min-width: 250px; +} + /* nav overrides end */ label { |