Skip to content

Commit

Permalink
Improve code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Aug 12, 2023
1 parent 0e0f9f2 commit 6ef102a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/algolia-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- master
- main
workflow_dispatch:
workflow_dispatch:

name: algolia-search
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# Schedule updates (on Monday)
schedule: [{cron: "0 9 * * 1"}]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
workflow_dispatch:
jobs:
github-metrics:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ comments:
cusdis_app_id: # Your cusdis app id
cusdis_host: # Optionally you can use your own host
website_id: # Welcomments id



# B. Navigation
Expand Down
2 changes: 1 addition & 1 deletion _sass/reset-algolia.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

li {
list-style:none;
list-style: none;
}

}
Expand Down
2 changes: 2 additions & 0 deletions _sass/skins/chulapa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ $warning: #fffe7a !default;
$danger: #f13c20 !default;
$dark: darken($secondary, 10%) !default;
$navbar-chulapa-toggler-border-color: transparent !default;

/* Use auto */
@import "skins/auto";
2 changes: 1 addition & 1 deletion _sass/skins/journal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $pagination-hover-border-color: $primary !default;
border: 1px solid $gray-200;

&.navbar-fixed-top {
border-width: 0 0 1px 0;
border-width: 0 0 1px;
}

&.navbar-fixed-bottom {
Expand Down
4 changes: 2 additions & 2 deletions _sass/skins/lux.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ $font-size-sm: $font-size-base * .875 !default;
border: 1px solid rgba(0, 0, 0, 0.1);

&.navbar-fixed-top {
border-width: 0 0 1px 0;
border-width: 0 0 1px;
}

&.navbar-bottom-top {
border-width: 1px 0 0 0;
border-width: 1px 0 0;
}
}

Expand Down
4 changes: 2 additions & 2 deletions _sass/skins/sketchy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ $border-radius-sm-sketchy: 255px 25px 225px 25px/25px 225px 25px 255px;

&.fixed-top {
border-radius: 0 25px 225px 0/25px 0 25px 255px !important;
border-width: 0 0 2px 0 !important;
border-width: 0 0 2px !important;
}

&.fixed-bottom {
border-radius: 255px 25px 0 25px/25px 225px 25px 0 !important;
border-width: 2px 0 0 0 !important;
border-width: 2px 0 0 !important;
}

&-brand {
Expand Down
2 changes: 1 addition & 1 deletion test/algolia-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- master
- main
workflow_dispatch:
workflow_dispatch:

name: algolia-search
jobs:
Expand Down

0 comments on commit 6ef102a

Please sign in to comment.