1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Add README documentation to ExtensionPage (#3094)

Co-authored-by: Alexander Skvortsov <sasha.skvortsov109@gmail.com>
This commit is contained in:
Ian Morland
2021-10-28 02:56:56 +01:00
committed by GitHub
parent 247ace2f04
commit 28ead83b04
11 changed files with 214 additions and 1 deletions

View File

@@ -149,3 +149,20 @@
display: inline-block;
margin-left: 8px;
}
.Readme-link {
background: none;
border: none;
cursor: pointer;
color: @muted-color;
}
.ReadmeModal {
.Modal-header {
background: @control-bg;
color: @muted-color
}
img {
max-width: 100%;
}
}