Skip to content

Commit

Permalink
remove unecessary padding/margin around minerva link block
Browse files Browse the repository at this point in the history
  • Loading branch information
demetrios-koziris committed Sep 12, 2023
1 parent 31dfd34 commit 1dcca81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions src/css/profLinks.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
padding-top: 0px !important;
}

.block-bean-mcgill-block .block-inner {
padding: 0px;
}
.block.block-bean {
margin-bottom: 0;
}

.mcen-profDiv {
margin: 6px 0px;
}
Expand Down
3 changes: 0 additions & 3 deletions src/css/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
font-family: "CartoGothicStdBook",Helvetica,"Helvetica Neue",Arial,sans serif;
}

.mcen-top-content {
margin-top: 20px;
}
#block-bean-older-edition-of-ecalendar-jum {
margin: 0px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "McGill Enhanced",
"author": "kozirisdev",
"manifest_version": 2,
"version": "4.3.34",
"version": "4.3.35",
"description": "Enhance the functionality of McGill.ca",
"permissions": [
"storage",
Expand Down

0 comments on commit 1dcca81

Please sign in to comment.