shopping-list/style/helper.css
2019-05-19 18:37:00 +02:00

15 lines
No EOL
195 B
CSS

#nameField {
min-width: calc(100% - 67px);
}
#add {
width: 40px;
}
.toast {
right: 0;
left: unset !important;
pointer-events: none
}
.close_toast {
pointer-events: all;
}