Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fix last usages of knossos vars in omorphia (#165)
Browse files Browse the repository at this point in the history
* Fix last usages of knossos vars in omorphia

* Bump version
  • Loading branch information
Geometrically authored Dec 5, 2023
1 parent d60bb94 commit ca2336a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
8 changes: 4 additions & 4 deletions lib/assets/styles/classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
.universal-modal {
@extend .universal-body;

padding: var(--spacing-card-bg);
padding: var(--gap-lg);
display: flex;
flex-direction: column;

Expand Down Expand Up @@ -549,16 +549,16 @@ a,

.project-list {
width: 100%;
gap: var(--spacing-card-md);
gap: var(--gap-md);
overflow: unset !important;
container-type: inline-size;

&:not(:first-child) {
margin-top: var(--spacing-card-md);
margin-top: var(--gap-md);
}

&:not(:empty) {
margin-bottom: var(--spacing-card-md);
margin-bottom: var(--gap-md);
}
}

Expand Down
2 changes: 1 addition & 1 deletion lib/components/base/EnvironmentIndicator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ withDefaults(
<style lang="scss" scoped>
.environment {
display: flex;
color: var(--color-text) !important;
color: var(--color-base) !important;
font-weight: bold;
font-size: 1rem;
align-items: center;
Expand Down
8 changes: 0 additions & 8 deletions lib/components/base/Notifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ function stopTimer(notif) {
margin: 0;
}
}
@media screen and (max-width: 750px) {
bottom: calc(var(--size-mobile-navbar-height, 15px) + 10px) !important;
&.browse-menu-open {
bottom: calc(var(--size-mobile-navbar-height-expanded, 15px) + 10px) !important;
}
}
}
.notifs-enter-active,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.9.1",
"version": "0.9.2",
"files": [
"dist",
"locales"
Expand Down

0 comments on commit ca2336a

Please sign in to comment.