mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Update to sphinx 4
This commit is contained in:
committed by
Ravind Kumar
parent
d8058810ba
commit
b15493e2f9
File diff suppressed because it is too large
Load Diff
1
source/_static/css/main.min.css
vendored
1
source/_static/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
||||
.sidebar {
|
||||
div.sidebar,aside.sidebar {
|
||||
width: $sidebar-width;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
@ -30,7 +30,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-active {
|
||||
div.sidebar-active {
|
||||
.sidebar {
|
||||
@include breakpoint-min(breakpoints(xl)) {
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
@ -47,7 +47,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar__title {
|
||||
div.sidebar__title {
|
||||
margin: -0.25rem 0 1.5rem;
|
||||
line-height: 100%;
|
||||
|
||||
|
Reference in New Issue
Block a user