Fix reminder inputs and the close buttons not properly aligned
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-10-24 18:15:21 +02:00
parent da1d34789d
commit 471301d1a7
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
.reminders {
.reminder-input {
margin: 0;
display: flex;
align-items: center;
&.overdue input {
color: $red;
@ -12,11 +13,11 @@
a {
color: $red;
vertical-align: sub;
padding-left: .5rem;
}
input {
width: 90%;
width: 100%;
border: none;
&:focus {