-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML suggestion for tree organized #3
Comments
Also in example I give you idea how to store your custom user settings, just make another style what will use |
I use I use For now it works well, so until having a tree becomes possible, I see no reason to change it. It might be enough to add this anyway:
As always, CSS has many ways to achieve layout. I don't even use |
I appreciate the example for variables, that might come in handy. |
Well you may use float for that, but this icons still be possible place in grid concept design too. I just not add that because of make simple design showing only tabs and his childs in a tree. About customisation you still may use that on flex, as I made that in grid. |
That menu is part of firefox's sidebar, not part of the extension.
|
I think better than hide it will modify. |
I look in
panel.pug
,panel.js
andpanel.styl
and looks like you use simple ul-li list anddisplay: flex
for organizing tabs, but I not see how you will convert that list into tree with that.I suggest you use
display: grid
instead. I know many of it and already write site full of grid (if you interesting, visit it for example)And if you new to this grid, then read good article: https://css-tricks.com/snippets/css/complete-guide-grid/#0
Well what about example, I show you on codepen: https://codepen.io/XCanG/pen/QMQEOa
Also in inspector select container object and show grid lines (where is # button)
If you not find, then see at screen shot
The text was updated successfully, but these errors were encountered: