nexus basic
This commit is contained in:
@@ -831,12 +831,26 @@ body.has-modal-open {
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.dashboard-links {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.dashboard-widget__meta p {
|
||||
margin: 0;
|
||||
color: var(--text-soft);
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.dashboard-app-icon {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
object-fit: cover;
|
||||
border-radius: 12px;
|
||||
border: 1px solid color-mix(in srgb, var(--border-soft) 85%, transparent);
|
||||
}
|
||||
|
||||
.dashboard-widget__frame {
|
||||
width: 100%;
|
||||
min-height: 300px;
|
||||
|
||||
Reference in New Issue
Block a user