Skip to content

Commit

Permalink
fix : making all module logos same size
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmrzan100 committed Aug 1, 2024
1 parent 093a35f commit 349103e
Show file tree
Hide file tree
Showing 14 changed files with 135 additions and 164 deletions.
2 changes: 1 addition & 1 deletion docs/code-repository/work-in-repos/keyword-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You can use the **Repository** [search results filter](#search-results-filters)

Within an account or organization keyword search you may also disable recursive search and only search the repositories within the respective account or organization itself.

:::Note
::: Note
You can only search for code in repositories that you have permission to access.
:::

Expand Down
51 changes: 35 additions & 16 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -994,14 +994,19 @@ figure p {

/*******************sidebar logo css start*******************/

.menu__list-item-collapsible > a{
height: 52px;
}

.sidebar-platform > div > a::before{
content: " ";
display: inline-block;
height: 24px;
min-width: 24px;
margin-right:16px;
background-image: url("/img/logo.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-cr > div > a::before{
content: " ";
Expand All @@ -1010,7 +1015,8 @@ figure p {
min-width: 24px;
margin-right:16px;
background-image: url("/img/icon_code.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-ci > div > a::before{
content: " ";
Expand All @@ -1019,7 +1025,8 @@ figure p {
min-width: 24px;
margin-right:16px;
background-image: url("/img/icon_ci.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-cd > div > a::before{
content: " ";
Expand All @@ -1028,16 +1035,18 @@ figure p {
min-width: 24px;
margin-right:16px;
background-image: url("/img/icon_cd.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-iacm > div > a::before{
content: " ";
display: inline-block;
height: 24px;
min-height: 24px;
min-width: 24px;
margin-right:16px;
background-image: url("/img/icon_iacm.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-ff div > a::before{
content: " ";
Expand All @@ -1046,7 +1055,8 @@ figure p {
min-width: 24px;
margin-right:16px;
background-image: url("/img/icon_ff.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-ccm > div > a::before{
content: " ";
Expand All @@ -1055,7 +1065,8 @@ figure p {
min-width: 24px;
margin-right:16px;
background-image: url("/img/icon_ccm.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-sto > div > a::before{
content: " ";
Expand All @@ -1064,7 +1075,8 @@ figure p {
min-width: 24px;
margin-right:16px;
background-image: url("/img/icon_sto.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-ssca > div > a::before{
content: " ";
Expand All @@ -1073,7 +1085,8 @@ figure p {
min-width: 24px;
margin-right:16px;
background-image: url("/img/icon_ssca.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-ce > div > a::before{
content: " ";
Expand All @@ -1082,7 +1095,8 @@ figure p {
min-width: 24px;
margin-right:16px;
background-image: url("/img/icon_ce.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-srm > div > a::before{
content: " ";
Expand All @@ -1091,7 +1105,8 @@ figure p {
min-width: 24px;
margin-right:16px;
background-image: url("/img/icon_srm.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-cet > div > a::before{
content: " ";
Expand All @@ -1100,7 +1115,8 @@ figure p {
min-width: 24px;
margin-right:16px;
background-image: url("/img/icon_cet.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-idp > div > a::before{
content: " ";
Expand All @@ -1109,7 +1125,8 @@ figure p {
min-width: 24px;
margin-right: 16px;
background-image: url("/img/icon_idp.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-sei > div > a::before{
content: " ";
Expand All @@ -1118,7 +1135,8 @@ figure p {
min-width: 24px;
margin-right: 16px;
background-image: url("/img/icon_sei.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}
.sidebar-smp > div > a::before{
content: " ";
Expand All @@ -1127,7 +1145,8 @@ figure p {
min-width: 24px;
margin-right: 16px;
background-image: url("/img/logo.svg");
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
}


Expand Down
21 changes: 9 additions & 12 deletions static/img/icon_ccm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 9 additions & 12 deletions static/img/icon_cd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 9 additions & 12 deletions static/img/icon_ce.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions static/img/icon_cet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 349103e

Please sign in to comment.