Skip to content

Commit

Permalink
Fix style tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Jan 9, 2025
1 parent d256af5 commit 840dadb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
19 changes: 8 additions & 11 deletions client/web/compose/src/components/Admin/Page/Tree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -338,36 +338,33 @@ $blank-li-height: 1rem;
$padding: 0.5rem;
$border-color: var(--light);
$hover-color: var(--extra-light);
$dropping-color: var(--extra-light);
$dropping-color: var(--primary);
.page-name-input {
height: $input-height;
}
.list-group {
padding-right: $padding;
margin-right: $padding;
.content {
height: 0 !important;
}
.draging {
background-color: var(--white) !important;
}
.droper {
background-color: $dropping-color !important;
border-radius: 0.3rem !important;
margin-left: 0px !important;
.content:first-child {
background-color: $dropping-color !important;
}
margin-left: 0 !important;
.blank-li.first-child {
background-color: $dropping-color !important;
}
}
.draging {
background-color: var(--white) !important;
}
ul {
.content {
height: 100% !important;
Expand Down
2 changes: 1 addition & 1 deletion client/web/compose/src/themes/corteza-base/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@

.value-only {
.col-form-label {
padding-bottom: 0px !important;
padding-bottom: 0 !important;
}
}
1 change: 1 addition & 0 deletions client/web/compose/src/views/Namespace/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default {

<style scoped>
/* fixes bottom part of page being cut off */
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
.pb-safari {
Expand Down

0 comments on commit 840dadb

Please sign in to comment.