Skip to content

Commit

Permalink
refactor: rename p-abs to position-absolute in page.css
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Dec 1, 2024
1 parent 8b42ea2 commit b30d7c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/styles/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ body {
height: 100% !important;
}

.p-abs {
.position-absolute {
position: absolute !important;
}

Expand Down
4 changes: 2 additions & 2 deletions src/components/panels/ToolheadControls/CrossControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<v-row dense>
<v-col cols="3" class="position-relative">
<v-btn
class="btnMinWidthAuto fill-width p-abs"
class="btnMinWidthAuto fill-width position-absolute"
style="top: -50%; width: calc(100% - 8px)"
:disabled="
!xAxisHomed ||
Expand All @@ -74,7 +74,7 @@
</v-col>
<v-col cols="3" class="position-relative">
<v-btn
class="btnMinWidthAuto fill-width p-abs"
class="btnMinWidthAuto fill-width position-absolute"
style="top: -50%; width: calc(100% - 8px)"
:disabled="
!xAxisHomed ||
Expand Down

0 comments on commit b30d7c8

Please sign in to comment.