Giter Club home page Giter Club logo

Comments (4)

picardrulez avatar picardrulez commented on August 11, 2024

I figured out the menu, thanks anyway!

from lcars.

picardrulez avatar picardrulez commented on August 11, 2024

Actually, I could probably use a little help. This is what I came up with for adding menu buttons to the left hand menu (based off of your example html). I tried having it match your buttons example but for some reason the buttons are overlapping instead of having a space (I'm trying to get a space the same size as the the space between the bend at the top and the menu filler. I tried adding a </br> after each button but that just made a black space 3 or 4 times too wide. Here's the code I'm currently using:

    <!-- SIDE MENU ================== -->

    <div id="left-menu" class="lcars-column start-space lcars-u-1">
                    <div class="lcars-column">
                            <div class="lcars-row">
                                    <div class="lcars-element button lcars-blue-bell-bg">Settings</div>
                            </div>
                            <div class="lcars-row">
                                    <div class="lcars-element button lcars-hopbush-bg">Users</div>
                            </div>
                            <div class="lcars-row">
                                    <div class="lcars-element button lcars-pale-canary-bg">Info</div>
                            </div>
                            <div class="lcars-row">
                                    <div class="lcars-element button lcars-blue-bell-bg">About</div>
                            </div>
                    </div>

      <!-- FILLER -->
      <div class="lcars-bar lcars-u-1"></div>
    </div>

from lcars.

picardrulez avatar picardrulez commented on August 11, 2024

Figured it out! I did the opposite similar to how you did your section showing the colors: swtiched the column and row around and removed all of those rows in between each element.

from lcars.

joernweissenborn avatar joernweissenborn commented on August 11, 2024

I am happy you could solve your problem! Sorry for not responding earlier, I forgot to put notifications on :)

Feel free to ask if you have further problems! I would love some feedback and maybe see what people are doing with it.

from lcars.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.