1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

UI enhancements: Search modal, scrollbars and permalink text (#564)

- Fix search source title background overlap.
- Remove default permalink text. (This'll remove the pilcrow sign
displayed after each search result).
- Enhance search modal's scrollbar colors.
This commit is contained in:
Rushan
2022-09-20 00:00:53 +04:00
committed by GitHub
parent c483255dea
commit 735b6be2ce
3 changed files with 17 additions and 4 deletions

View File

@ -248,6 +248,8 @@ html_extra_path = [ 'extra']
html_title = 'MinIO Object Storage for ' + ("MacOS" if platform == "macos" else platform.capitalize())
html_permalinks_icon = ''
html_context = {
'doc_platform': platform.lower()
}