Quick fixes
This commit is contained in:
parent
e3c2c5fe87
commit
7073d4514c
@ -0,0 +1,7 @@
|
||||
.action-buttons {
|
||||
display: flex;
|
||||
|
||||
redaction-circle-button:not(:last-child) {
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
@ -17,7 +17,7 @@ export class TabsComponent implements OnInit {
|
||||
{ screen: 'rules', onlyDevMode: true, label: 'rule-editor' },
|
||||
{ screen: 'default-colors' },
|
||||
{ screen: 'watermark' },
|
||||
{ screen: 'file-attributes', onlyAdmin: true }
|
||||
{ screen: 'file-attributes', onlyAdmin: true, onlyDevMode: true }
|
||||
];
|
||||
|
||||
constructor(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user