mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Added edit button to logged in home
This commit is contained in:
parent
93941f6160
commit
7267b20fe2
3 changed files with 8 additions and 1 deletions
|
@ -405,6 +405,12 @@
|
||||||
width: 67%;
|
width: 67%;
|
||||||
border-right: 1px solid #0B0F11;
|
border-right: 1px solid #0B0F11;
|
||||||
}
|
}
|
||||||
|
.interior .header-Outro.with-columns .col-32 .edit {
|
||||||
|
margin-top: 4px;
|
||||||
|
float: right;
|
||||||
|
margin-right: 30px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
.feed-filter {
|
.feed-filter {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 1.4em;
|
margin-top: 1.4em;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6,6 +6,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col col-32">
|
<div class="col col-32">
|
||||||
<h3>My Website</h3>
|
<h3>My Website</h3>
|
||||||
|
<a href="/dashboard" class="btn-Action edit">Edit Site</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue