1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

[add] preview-readme.md (#2857)

This commit is contained in:
Michael An
2019-01-19 16:20:40 +08:00
committed by Daniel Pan
parent dbf29e469c
commit db5a7481de
3 changed files with 93 additions and 4 deletions

View File

@@ -19,6 +19,7 @@
width: 12px;
height: 12px;
border-radius: 50%;
cursor: pointer;
}
.used-tag-name {
@@ -42,6 +43,7 @@
.readme-file {
margin: 0 15px;
display: inline-block;
cursor: pointer;
}
.readme-file a {
@@ -57,3 +59,8 @@
margin: 0 0.25rem;
font-size: 14px;
}
.readme-dialog-edit {
position: absolute;
right: 16px;
}