fix: complete audit security and frontend gaps
This commit is contained in:
@@ -41,9 +41,18 @@ select {
|
||||
}
|
||||
|
||||
.workspace {
|
||||
display: grid;
|
||||
gap: 24px;
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.connection-status,
|
||||
.selection-status {
|
||||
margin: 12px 0 0;
|
||||
color: #5f6673;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.server-login {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
@@ -95,6 +104,51 @@ select {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.inbox-review {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.inbox-review h2 {
|
||||
margin: 0;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.suggestions {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.suggestion {
|
||||
display: grid;
|
||||
grid-template-columns: 20px 1fr;
|
||||
gap: 10px;
|
||||
align-items: start;
|
||||
border: 1px solid #d9dde3;
|
||||
border-radius: 8px;
|
||||
background: white;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.suggestion-body {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.suggestion-body small {
|
||||
color: #5f6673;
|
||||
}
|
||||
|
||||
.suggestions button {
|
||||
justify-self: start;
|
||||
border: 1px solid #1f2937;
|
||||
border-radius: 6px;
|
||||
background: #1f2937;
|
||||
color: white;
|
||||
padding: 9px 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.shell {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user