1
0
mirror of https://github.com/minio/docs.git synced 2025-04-24 06:05:11 +03:00
Rushan 51da56df3c
UI Enhancements: scroll, component naming, and more (#582)
- Fixed the sidebar scroll - with this fix, you'll be able to scroll to
the end of the left sidebar at any given screen height.
- Renamed content-navigation component and CSS class names for better
consistency.
- Changed the footer style by including it as part of the main content
area. This change is required to have the scroll fix mentioned at point
no. 1.
- Reduced the hero height by a small margin, in order to have more
sidebar scroll room on smaller devices such as 13 inch laptop and all.
- Used higher contrast color on search modal's bg and scrollbar thumb to
have better color consistency.
- Made scrollbar thumbs visible by default.
- Set sidebar scroll position to match the active doc item.
- Added custom scrollbars for code blocks.
2022-09-27 09:31:41 -05:00

24 lines
399 B
SCSS

div.footer {
all: revert;
width: 100%;
margin: 3rem 0 0 0;
font-size: $font-size-sm;
opacity: 0.75;
text-align: center;
border-top: 1px solid var(--theme-light-bg);
padding-top: 1.15rem;
&, a {
color: var(--text-muted-color);
}
a {
&:hover {
text-decoration: underline;
}
}
p {
margin: 0;
}
}