Walter Burditt

Results 46 comments of Walter Burditt

Can we get something that tells us how to modify and create a new theme? I tried all kinds of ways to add my own variables to the dark theme...

@mdo > This is still an open and WIP pull request, so don't expect anything to be functional until it ships in v5.3.0. That said, there is some guidance in...

I just upgraded to version 0.64.0 and ran into this same issue. I have my margins set to none and they are appearing no matter what I do.

I found these as examples of this. They are not exactly the same but both give enough to get it going. [JSFiddle example that has the blue arrow with the...

Digging more into the dashboard code as I try to get it to work right in my app I have found the following. If you remove the following line, the...

In the source of index3.html just remove or rem out the line and the error will go away. The script code below it is what was in that js file...

I don't know as I have not dug into it. I was working with a grid in my work project, and I was checking the responsiveness of the grid when...

I have figured out why this is happening. In the file push-menu.ts there is code that checks on resize if this tagged as LAYOUT_MOBILE or not. This fires on window...

I have started a major rework of this project and am almost finished. This work will include fixes/enhancements as follows: 1. Sidebar will now remember the setting when you resize...

Today I finished the layout-fixed.scss and the push-menu.ts. Tomorrow I will work on cleaning up the layout-mobile.scss to make sure it is displaying the layout correctly with the sidebar closed...