Skip to content

Commit

Permalink
fix: minor style fixes for SystemPage frame and Settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Nov 22, 2024
1 parent cbbbdad commit 078058b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/SystemFrame/SystemPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ export default {
@import '#src/assets/scss/settings';
.system-page {
height: 100%;
&__header {
display: block;
position: absolute;
Expand All @@ -60,7 +58,7 @@ export default {
display: flex;
justify-content: center;
align-items: flex-start;
min-height: 100%;
min-height: 100vh;
text-align: center;
}
Expand Down
1 change: 1 addition & 0 deletions src/pages/Settings/SettingsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export default {
@apply tw-bg-primary tw-p-4 tw-block;
}
.section__link,
.section__link:hover,
.section__link:focus {
@apply tw-no-underline;
Expand Down

0 comments on commit 078058b

Please sign in to comment.