Merge branch 'mod-improvements' into 'develop'
Mod improvements See merge request soapbox-pub/soapbox-fe!445
This commit is contained in:
commit
0596909858
8 changed files with 38 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/reducers/admin_log.js
Normal file
BIN
app/soapbox/reducers/admin_log.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -214,4 +214,10 @@
|
|||
|
||||
.logentry {
|
||||
padding: 15px;
|
||||
|
||||
&__timestamp {
|
||||
color: var(--primary-text-color--faint);
|
||||
font-size: 13px;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue