mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Refined Portal links page
This commit is contained in:
parent
18cc1a2b91
commit
5b8ccabee2
@ -1,7 +1,7 @@
|
||||
<div class="gh-portal-links-container">
|
||||
<div class="gh-portal-links-main">
|
||||
<h2>Links</h2>
|
||||
<p>Use these {{if isLink "links" "data attributes"}} to show pages of Portal.</p>
|
||||
<p>Use these {{if isLink "links" "data attributes"}} in your theme to show pages of Portal.</p>
|
||||
<table class="gh-portal-links-table">
|
||||
<tr class="header">
|
||||
<td><h4>Page</h4></td>
|
||||
|
@ -348,7 +348,7 @@
|
||||
position: relative;
|
||||
display: flex;
|
||||
box-sizing: border-box;
|
||||
top: 100px;
|
||||
top: 95px;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
overflow: hidden;
|
||||
@ -375,7 +375,7 @@
|
||||
.gh-portal-links-table {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin: 20px 0 0;
|
||||
}
|
||||
|
||||
.gh-portal-links-table tr td {
|
||||
|
Loading…
Reference in New Issue
Block a user