Skip to content

Commit

Permalink
Update _plugin-manager.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 18, 2024
1 parent 321c6a6 commit d491cf0
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions war/src/main/scss/pages/_plugin-manager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,6 @@
.dependency-list {
display: none;
}

.enable-state-info,
.uninstall-state-info {
padding: 5px 20px;
max-width: 70%;
border: solid 1px var(--warning-color);
border-radius: 3px;
text-align: center;
}

.enable-state-info {
float: left;
}

.uninstall-state-info {
float: right;
}
}

.plugin-dependency-info {
Expand All @@ -87,7 +70,8 @@
color: var(--text-color-secondary);
}

.dependent-list {
.dependent-list,
.dependency-list {
display: flex;
gap: 0.4375rem;
flex-wrap: wrap;
Expand Down

0 comments on commit d491cf0

Please sign in to comment.