Skip to content

Commit

Permalink
fix(webui): fix body positioning, fix #220
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 10, 2021
1 parent 312356c commit e3b6894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-webui/client/views/layout/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: rgba(244, 244, 245, .6);
overflow: hidden;
background: radial-gradient(farthest-side ellipse at 10% 0, #333867, #17193b);
background-attachment: fixed;
position: relative;
Expand All @@ -64,6 +63,7 @@ main.frameless {
left: 0;
top: 50%;
transform: translateY(-50%);
height: fit-content;
}
::-webkit-scrollbar {
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-webui/client/views/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ section.login {
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: 0 !important;
.k-card-body {
padding: 3rem 0 !important;
Expand Down

0 comments on commit e3b6894

Please sign in to comment.