fix: measurements panel css and delete button visibility (#1352)
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
This commit is contained in:
parent
2213187b14
commit
7ab0bbb325
@ -1,5 +1,6 @@
|
|||||||
.measurementItem
|
.measurementItem
|
||||||
.rowActions
|
.rowActions
|
||||||
|
margin-left: -1px;
|
||||||
background-color: var(--ui-gray-darker)
|
background-color: var(--ui-gray-darker)
|
||||||
height: 0
|
height: 0
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
@ -28,7 +29,6 @@
|
|||||||
visibility: visible
|
visibility: visible
|
||||||
|
|
||||||
.measurementLocation
|
.measurementLocation
|
||||||
margin-left: 9px;
|
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: calc(100% - 50px);
|
max-width: calc(100% - 50px);
|
||||||
@ -39,7 +39,6 @@
|
|||||||
.measurementDisplayText
|
.measurementDisplayText
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
margin-left: 9px;
|
|
||||||
padding-left: 9px;
|
padding-left: 9px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
border-left: 1px solid var(--text-secondary-color);
|
border-left: 1px solid var(--text-secondary-color);
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
transition(all 0.3s ease)
|
transition(all 0.3s ease)
|
||||||
font-size: 14px
|
font-size: 14px
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
margin-right: 5px
|
margin-right: 6px
|
||||||
padding: 10px
|
padding: 10px
|
||||||
text-align: center
|
text-align: center
|
||||||
-webkit-box-sizing: initial;
|
-webkit-box-sizing: initial;
|
||||||
@ -38,9 +38,8 @@
|
|||||||
.itemContent
|
.itemContent
|
||||||
flex: 1
|
flex: 1
|
||||||
color: var(--text-secondary-color)
|
color: var(--text-secondary-color)
|
||||||
width: calc(100% - 30px);
|
width: calc(100% - 51px);
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
margin-left: 9px;
|
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
|
|
||||||
.warning-icon
|
.warning-icon
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user