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