Closed
Description
NOTE
If this case is urgent, please subscribe to Subnet so that our 24/7 support team may help you faster.
Expected Behavior
It may be that the search field shrinks and the sidebar expands when clicked on.
Current Behavior
If the sidebar shrinks while Search is selected, it looks bad visually.
Possible Solution
It may be that the search field shrinks and the sidebar expands when clicked on.
Steps to Reproduce (for bugs)
- Minimize Sidebar
- Type something in search.
Context
Regression
Your Environment
- Version used (
minio --version
): 9.6 (latest) - Server setup and configuration: Docker Compose
- Operating System and version (
uname -a
): Windows 10 - Google Chrome 130.0.6723.117
services:
minio:
image: minio/minio:latest
container_name: minio
restart: unless-stopped
ports:
- "19000:9000"
- "19001:9001"
environment:
MINIO_ROOT_USER: *****
MINIO_ROOT_PASSWORD: *****
command: server /data --console-address ":9001"
volumes:
- ./YYYYY:/data
volumes:
YYYYY:
driver: local