diff --git a/src/popup/scss/box.scss b/src/popup/scss/box.scss index 5e5874b027..10033fa352 100644 --- a/src/popup/scss/box.scss +++ b/src/popup/scss/box.scss @@ -377,10 +377,6 @@ } } } - - &:last-child { - padding-right: 2px !important; - } } &.no-pad .row-btn { @@ -389,6 +385,41 @@ } } + &:not(.box-draggable-row) { + .action-buttons .row-btn:last-child { + padding-right: 2px !important; + } + } + + &.box-draggable-row { + &.box-content-row-checkbox { + input[type="checkbox"] + .drag-handle { + margin-left: 10px; + } + } + } + + .drag-handle { + cursor: move; + padding: 10px 2px 10px 8px; + user-select: none; + + @include themify($themes) { + color: themed('mutedColor'); + } + } + + &.cdk-drag-preview { + position: relative; + display: flex; + align-items: center; + opacity: 0.8; + + @include themify($themes) { + background-color: themed('boxBackgroundColor'); + } + } + select.field-type { margin: 5px 0 0 25px; width: calc(100% - 25px); @@ -504,24 +535,3 @@ } } } - -.box-drag-handle { - cursor: move; - user-select: none; - margin-left: 5px; - - @include themify($themes) { - color: themed('mutedColor'); - } -} - -.cdk-drag-preview { - position: relative; - display: flex; - align-items: center; - opacity: .8; - - @include themify($themes) { - background-color: themed('boxBackgroundColor'); - } -} diff --git a/src/popup/vault/add-edit.component.html b/src/popup/vault/add-edit.component.html index c5bfbd88f3..7782b97060 100644 --- a/src/popup/vault/add-edit.component.html +++ b/src/popup/vault/add-edit.component.html @@ -275,39 +275,37 @@ {{'customFields' | i18n}}
-
- -
- - - - - -
- - - -
- -
- - - -
- - - +
+
+ + + + + +
+ + +
- + +
+ + + +
+
+ +
+