Skip Navigation
HrBingR HrBingR @beehaw.org
Posts 2
Comments 49
Server issue?
  • Don’t think Beehaw has updated to Lemmy 0.18 yet.

  • *Permanently Deleted*
  • No case, no screen protector, only have a single micro scratch, had the phone a year and a half.

  • Lemmy Custom Theming/CSS
  • I'll see what I can do; the changes I've made can definitely use some tweaking. What would be the best way of checking in once I have something to demo? Should I DM you directly, or is there perhaps a way to contact the admins that you'd prefer I use?

  • Lemmy Custom Theming/CSS
  • I’m sure that could be arranged! Will take a crack at it once I’ve got a bit of time

  • Bethesda Releases Full List Of Starfield PC Specs
  • I've been meaning to upgrade but GPUs are stupid expensive where I live if you want something decent.

  • Lemmy Custom Theming/CSS
  • LOL, merged!

  • Lemmy Custom Theming/CSS
  • Merged!

  • Lemmy Custom Theming/CSS
  • Sounds good!

  • Lemmy Custom Theming/CSS
  • I've accepted your pull request, and added new folders for litely/darkly themes, as I do plan to expand on the dark themes as well, just to make it clearer to anyone visiting which themes are for which :)

  • Lemmy Custom Theming/CSS
  • Unfortunately you can't; it would need to be implemented by the owner of the instance to make it selectable there, but these themes have been built to work with the default litely theme on any Lemmy instance, all you need is a browser plugin/extension that can inject custom CSS in order to use these themes.

  • Lemmy Custom Theming/CSS
  • Yup! Doesn't rely on instance owners adding more themes to their instances, can be used by any user on any instance that has the default litely theme installed.

  • Lemmy Custom Theming/CSS
  • Proper dark themes are definitely in the pipe-line, I'll let you know once I've got a few dark themes to test :)

  • Lemmy Custom Theming/CSS
  • That's awesome! You're more than welcome to submit it to the repo as well if you want to, otherwise I'm glad other people are doing Lemmy theming as well - I'm all for expanding user choice.

  • Can you code? We need your help to improve lemmy
  • Hey so I setup a repo; swap to the default green litely theme, and then test a few of these out, I think they turned out quite well!

    https://github.com/HrBingR/Lemmy_CSS/

    Please feel free to submit pull requests if you have other colors or ideas you think would look nice. The more the merrier!

  • Can you code? We need your help to improve lemmy
  • I was thinking of creating a Github repo for it, maybe make a few different theme variants as well for people that'd want different than the standard two colors etc. Might take a crack at it, will let you know.

  • Can you code? We need your help to improve lemmy
  • So I use the Amino Chrome/Edge extension, which you can use to deploy CSS per-domain, but there should be alternatives available both for Chromium-based browsers and for Firefox.

  • Can you code? We need your help to improve lemmy
  • Hey so just a heads up, I made a few more changes that I quite like (again, for the red theme, tweak appropriately for the default green theme), so thought I'd just update you.

    This changes the main feed quite a bit, adding a bit more of a card-like design to posts, though I have done my best to make sure there isn't too much white-space from this change, I just feel it looks a bit more modern, but again, feel free not to use it :)

    It also, and this is my favorite change, changes the title color of any post you've visited, something that I feel is basic but for some reason Lemmy didn't have before. So now any posts you've visited before will be a light-gray color instead. Hope you find some value here.

    .container-lg {
        max-width: 1600px;
    }
    .col-md-8 {
        max-width: 80%;
        flex: 0 0 80%;
    }
    .col-md-4 {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .col-sm-2 {
        max-width: 10%;
        flex: 0 0 10%;
    }
    .col-sm-9 {
        margin-left: 5px;
        max-width: 80%;
        flex: 0 0 80%;
    }
    .post-listing {
        border: 1px solid rgba(34,34,34,.125);
        /*border-bottom: 0px;*/
        border-color: #c80000;
        border-radius: 5px;
        margin-bottom: 8px;
        padding-top: 10px;
        background-color: #fff;
        transition: all .2s;
        box-shadow: 2px 2px 1px #c80000;
    }
    
    hr {
        display: none;
    }
    .border-top {
        border-top: 1px solid rgba(34,34,34,.125)!important;
    }
    .border-light {
        border-color: #e4e4e5!important;
    }
    body {
        background-color: #ecf0f1;
    }
    .navbar {
        background-color: #fff;
    }
    .card {
        background-color: #fff;
        box-shadow: 2px 2px 1px #c80000;
    }
    .col-12 .card {
        box-shadow: none;
    }
    .comments {
        padding-left: 10px;
        background-color: #fff;
    }
    a:visited .d-inline-block {
        color:#d6d7d9!important;
    }
    .my-2 {
        margin-bottom: 0px!important;
    }
    
  • iPhone app for browsing Lemmy?
  • According to the GitHub page it’s heavily inspired by Apollo, so that’s got me quite excited.

  • Support for kbin?

    I know this is a very long shot, but is there potentially any planned support for kbin through mlem?

    6