forked from FOSS/BangleApps
Bit more spacing for the drag thing.
parent
b82b65198b
commit
02c432124f
|
@ -49,7 +49,7 @@
|
|||
width: 45%;
|
||||
}
|
||||
.pp-order {
|
||||
width: calc(50% / 14);
|
||||
width: calc(100% / 14);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
@ -65,7 +65,7 @@
|
|||
width: calc(200% / 14);
|
||||
}
|
||||
.pp-notes {
|
||||
width: calc(800% / 14);
|
||||
width: calc(750% / 14);
|
||||
}
|
||||
input {
|
||||
height: 1.5rem;
|
||||
|
|
Loading…
Reference in New Issue