-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add *.md support for plugin's details
- Loading branch information
1 parent
dee830f
commit 88c9767
Showing
7 changed files
with
168 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 24 additions & 3 deletions
27
application/client/src/app/ui/tabs/plugins/details/styles.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,33 @@ | ||
@import '../../../styles/variables.less'; | ||
|
||
:host { | ||
position: relative; | ||
position: absolute; | ||
display: flex; | ||
flex-direction: column; | ||
top: 12px; | ||
left: 12px; | ||
bottom: 12px; | ||
right: 12px; | ||
overflow: hidden; | ||
& div.info { | ||
margin: 0 6px; | ||
overflow: hidden; | ||
position: relative; | ||
margin: 0 6px 12px 0; | ||
& p { | ||
text-align: left; | ||
} | ||
} | ||
& div.actions { | ||
position: relative; | ||
display: flex; | ||
margin: 0 0 12px 0; | ||
flex-direction: row; | ||
justify-content: end; | ||
} | ||
& div.readme { | ||
position: relative; | ||
overflow-y: auto; | ||
overflow-x: hidden; | ||
flex: auto; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters