Skip to content

Commit 72dfcca

Browse files
committed
Minor Fixes
1 parent bb3dee5 commit 72dfcca

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
lines changed

assets/css/elsa.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,14 @@ p:has(.more-link) {
290290
margin-top:3rem;
291291
}
292292

293+
/* Ello: Spacing of a after p */
294+
295+
.post-type-archive-ello p + a,
296+
.single-ello p + a {
297+
display: block;
298+
width:max-content;
299+
}
300+
293301
/*
294302
8. Comments
295303
*/
@@ -903,7 +911,7 @@ margin-left:5px;
903911

904912
.toot-date p {
905913
margin-bottom:0px;
906-
font-size:95%;
914+
font-size:80%;
907915
}
908916

909917
.toot-content p {

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,20 @@ This project is licensed under the GPL3 License.
163163

164164
## Changelog
165165

166+
### 101
167+
168+
Release pending
169+
170+
* Changed: Spacer @ Index Archive
171+
* Changed: Font Size (Toot Date)
172+
* Fixed: Spacing (Links without Block Container)
173+
166174
### 100
167175

176+
<<<<<<< Updated upstream
168177
Release: 27.06.2024
178+
=======
179+
Released: 27.06.2024
180+
>>>>>>> Stashed changes
169181
170182
* Initial Theme Release

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/circuscode/elsa
44
Description: elsa is based on huhu by unmus
55
Author: Marco Hitschler
66
Author URI: https://www.unmus.de/
7-
Version: 100
7+
Version: 101
88
License: GNU General Public License v3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Tags: simple, minimal, responsive, white, block

templates/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<!-- wp:template-part {"slug":"header","theme":"elsa","tagName":"header","area":"header"} /-->
22

3-
<!-- wp:spacer {"height":"3rem"} -->
4-
<div style="height:3rem" aria-hidden="true" class="wp-block-spacer">
5-
</div>
3+
<!-- wp:spacer {"height":"1rem"} -->
4+
<div style="height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
65
<!-- /wp:spacer -->
76

87
<!-- wp:group {"tagName":"main","metadata":{"name":"Main"},"layout":{"type":"constrained","justifyContent":"center"}} -->
@@ -36,8 +35,8 @@ <h1 class="wp-block-heading invisible">unmus</h1>
3635

3736
<!-- wp:post-date {"style":{"spacing":{"padding":{"top":"var:preset|spacing|20"}},"typography":{"textTransform":"uppercase"}},"fontSize":"small"} /-->
3837

39-
<!-- wp:spacer {"height":"5rem"} -->
40-
<div style="height:5rem" aria-hidden="true" class="wp-block-spacer"></div>
38+
<!-- wp:spacer {"height":"6rem"} -->
39+
<div style="height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
4140
<!-- /wp:spacer -->
4241

4342
</article>

0 commit comments

Comments
 (0)