Browse Source

update main.css (section controls for dashboard).

stable
Craig Oates 2 years ago
parent
commit
7bd5f1dd02
  1. 6
      static/css/main.css

6
static/css/main.css

@ -479,11 +479,15 @@ hr {
.be-section-controls {
display: flex;
flex-direction: row;
justify-content: space-between;
justify-content: flex-start;
align-items: center;
margin-bottom: 20px;
}
.be-section-controls .be-gui-link {
margin-right: 6px;
}
.be-section-controls .be-gui-link {
max-width: 175px;
}

Loading…
Cancel
Save