Skip to content

Commit

Permalink
Quick fix for the left panel size (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 authored Oct 6, 2022
1 parent 9abb646 commit eb28cdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,12 +531,8 @@ Side column size (first and second column from left)
*/

.col-md-3 {
flex: none;
max-width: fit-content;
}

.col-xl-7 {
max-width: fit-content;
flex: 0 0 20%;
max-width: 20%;
}

a.headerlink {
Expand Down
4 changes: 2 additions & 2 deletions src/ansys_sphinx_theme/static/css/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

}

#breadcrumbs-spacer{
border-right: 1px solid rgba(0,0,0,.1);
#breadcrumbs-spacer {
border-right: 10rem solid #fff;
}

div.related > ul {
Expand Down

0 comments on commit eb28cdb

Please sign in to comment.