# Não sei se este tema é bom o suficiente para compartilhar

**URL:** https://meta.discourse.org/t/i-dont-know-if-this-theme-is-good-enough-to-share/96464
**Category:** Support
**Created:** [Setembro 6, 2018, 12:38am UTC](https://meta.discourse.org/t/i-dont-know-if-this-theme-is-good-enough-to-share/96464 "2018-09-06T00:38:07Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Ovro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ovro/32/111258_2.png) [@Ovro](https://meta.discourse.org/u/Ovro)
#### Post date: [Setembro 6, 2018, 12:38am UTC](https://meta.discourse.org/t/i-dont-know-if-this-theme-is-good-enough-to-share/96464/1 "2018-09-06T00:38:07Z")

</div>

![chrome_2018-09-06_01-34-53](https://global.discourse-cdn.com/meta/original/3X/c/9/c91dbabb2ea89779290412e8f815e026b3726ae7.png)

* * *

I don’t even know what it’s meant to be, but I think it looks quite nice.  
You can view it here: [https://theme-creator.discourse.org/theme/Ovro/darkmodesomething](https://theme-creator.discourse.org/theme/Ovro/darkmodesomething)

* * *

Worth sharing in #theme-full?

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [Setembro 6, 2018, 1:35am UTC](https://meta.discourse.org/t/i-dont-know-if-this-theme-is-good-enough-to-share/96464/2 "2018-09-06T01:35:01Z")

</div>

This is a good start to a theme, thanks for sharing!

I took a look through it and I think there are some things you may want to consider fixing that would make this more usable for others.

 ![37%20PM](https://global.discourse-cdn.com/meta/original/3X/7/d/7da3924debfe2bfaa850dd3d38cfc6bfd55c6609.png)

/about page nav gets cut off — add some more padding-top to `#main-outlet`

* * *

 ![27%20PM](https://global.discourse-cdn.com/meta/original/3X/8/9/89967c03ccfd39774eebb2a9b9805e7fbae8b487.png)

admin wrench gets cut off by the header — add some more padding-top to `.timeline-container .topic-timeline`

It might also be worth considering adding some `padding-top` to `.extra-info-wrapper` so the title is centered with the logo? That’s just a matter of personal preference though.

* * *

 ![36%20PM](https://global.discourse-cdn.com/meta/original/3X/f/1/f17260f9338b24a470463a629907384473410bfb.png)

find a better color to give to `button .d-icon.d-icon-d-tracking, button .d-icon.d-icon-d-watching` so it’s easier to see

* * *

 ![12%20PM](https://global.discourse-cdn.com/meta/original/3X/f/a/fad03730bf04a7495509cf16e624de61aa089789.jpeg)

You might want to add some styles to `.small-action` so it matches your post width/border. (The section that says “3 years later”)

```CSS
.small-action {
    max-width: 790px; // Matches your increased post width
    border-top: 1px solid $header_background; // blue color
}

```

* * *

 ![19%20PM](https://global.discourse-cdn.com/meta/original/3X/3/1/31da553d644ad7f352fedcf3e7e236de16ef4ea1.png)

The categories look very empty without an image present. Maybe some styles to improve that? I tried this to center the content in the boxes, but you may want to experiment with it a bit:

```CSS
table.category-list tbody tr td.category {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    .category-description,
    .subcategories {
     height: auto
   }
}

```

---

<div class="post-metadata">

### Author: ![Ovro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ovro/32/111258_2.png) [@Ovro](https://meta.discourse.org/u/Ovro)
#### Post date: [Setembro 6, 2018, 1:45am UTC](https://meta.discourse.org/t/i-dont-know-if-this-theme-is-good-enough-to-share/96464/3 "2018-09-06T01:45:47Z")

</div>

You’re golden. Thanks!

I’ve applied some fixes now on my local installation, I’ll upload them to the theme creator tomorrow! 🙂

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [Abril 28, 2021, 4:44am UTC](https://meta.discourse.org/t/i-dont-know-if-this-theme-is-good-enough-to-share/96464/5 "2021-04-28T04:44:26Z")

</div>



---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [Abril 28, 2021, 12:38pm UTC](https://meta.discourse.org/t/i-dont-know-if-this-theme-is-good-enough-to-share/96464/6 "2021-04-28T12:38:13Z")

</div>


