Skip to content

Commit

Permalink
border fixes for my books mobile showcase section divisions (#8172)
Browse files Browse the repository at this point in the history
  • Loading branch information
szgrune authored Aug 11, 2023
1 parent b5dcf4f commit 7e98b57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion static/css/components/mybooks-details.less
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}

.carousel-section-header {
border-bottom: 1px solid @light-mid-grey;
border-top: 1px solid @light-mid-grey;
}

.showcase {
Expand Down
7 changes: 3 additions & 4 deletions static/css/components/mybooks-menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
max-height: unset;
overflow: auto;
}

ul:last-child {
border-bottom: none;
}
Expand Down Expand Up @@ -182,16 +183,14 @@
}
/*all uls */
.sidebar-section {
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px solid @light-mid-grey;
}

.sidebar-section .list-overflow {
max-height: unset;
overflow: auto;
}
ul:last-child {
border-bottom: none;
}

ul li {
background: @lighter-grey;
Expand Down

0 comments on commit 7e98b57

Please sign in to comment.