mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
deploy: ec6cc3c032
This commit is contained in:
parent
f40cbc8f0c
commit
7429a58ca7
48 changed files with 256 additions and 240 deletions
|
@ -1,4 +1,7 @@
|
|||
/* This file adds our styling additions / fixes to maintain. */
|
||||
/*
|
||||
This file adds our styling additions / fixes to maintain.
|
||||
Some of which are overly specific and may break with future updates by upstream.
|
||||
*/
|
||||
|
||||
/* ============================================================================================================= */
|
||||
|
||||
|
@ -40,6 +43,19 @@ If you want to append instead, switch `::before` to `::after`.
|
|||
|
||||
/* ============================================================================================================= */
|
||||
|
||||
/*
|
||||
UX Bugfix for left navbar visibility on top-level (tabbed) pages with no nested sub-pages.
|
||||
Upstream will not fix: https://github.com/squidfunk/mkdocs-material/issues/3109
|
||||
*/
|
||||
|
||||
@media screen and (min-width: 76.25em) {
|
||||
.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* ============================================================================================================= */
|
||||
|
||||
/*
|
||||
UX Bugfix for permalink affecting typography in headings.
|
||||
Upstream will not fix: https://github.com/squidfunk/mkdocs-material/issues/2369
|
||||
|
|
29
edge/assets/javascripts/bundle.4fc53ad4.min.js
vendored
29
edge/assets/javascripts/bundle.4fc53ad4.min.js
vendored
File diff suppressed because one or more lines are too long
29
edge/assets/javascripts/bundle.f89c2efe.min.js
vendored
Normal file
29
edge/assets/javascripts/bundle.f89c2efe.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
edge/assets/stylesheets/main.5143246d.min.css
vendored
Normal file
2
edge/assets/stylesheets/main.5143246d.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue