Skip to content

Commit

Permalink
fix(GUI): goto page input design ( Fixes #2217 PR #2220 )
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-lemeur committed May 17, 2024
1 parent 2652290 commit 5c540c4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/renderer/assets/styles/components/popoverDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,17 @@
}
}

.goToPage {
.react_aria_ComboBox .my_combobox_container input {
padding-left: 10px!important;
}

.react_aria_ComboBox .my_combobox_container button {
padding-left: 0!important;
margin: 0!important;
}
}

.react_aria_ComboBox {
// margin: 0;
// padding: 0;
Expand Down Expand Up @@ -513,7 +524,8 @@
.react_aria_Label {
position: absolute;
left: 10px;
// top: -20px;
top: -15px;
padding: 0 5px;
background-color: var(--color-secondary);
text-overflow: ellipsis;
overflow: hidden;
Expand Down

0 comments on commit 5c540c4

Please sign in to comment.