Merge branch 'mod-improvements' into 'develop'

Mod improvements

See merge request soapbox-pub/soapbox-fe!445
This commit is contained in:
Alex Gleason 2021-03-16 00:44:29 +00:00
commit 0596909858
8 changed files with 38 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -214,4 +214,10 @@
.logentry {
padding: 15px;
&__timestamp {
color: var(--primary-text-color--faint);
font-size: 13px;
text-align: right;
}
}

View file

@ -393,6 +393,23 @@
.button {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
.submit__favicon {
width: 16px;
height: 16px;
margin-right: 8px;
display: flex;
align-items: center;
justify-content: center;
img {
width: 100%;
max-height: 100%;
}
}
}
}
@ -604,6 +621,21 @@
}
}
}
.account {
text-align: left;
background-color: var(--background-color);
border-radius: 4px;
margin-bottom: 16px;
}
}
.confirmation-modal__checkbox {
padding: 0 30px;
.simple_form {
margin-top: -14px;
}
}
.report-modal__target {