You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Sorry, I haven't found the \public\static\css\app.css file in any repo, so I add this here.
It seems some stylesheet definitions in the app.css are something like strange.
Examples:
I added a checkbox to my dapp UI, but the box was not visible. I've found the reason in the belonging stylesheet: {position:absolute;left:-9999px;visibility:hidden} I had to overwrite the style locally
My textarea has a fixed width, this breaks all layout. I had to change it to width=100%
I am not familiar with stylesheets. I doing something fundamentally wrong?
The text was updated successfully, but these errors were encountered:
@TheGoldenEye\public\static\css\app.css belongs to lisk-ui. This is generated from LESS into static CSS using grunt. If we are talking about dapps development, they have their own stylesheet rules defined within the public folder of its own sub directory.
FYI, we are using https://materializecss.com/, this might explain the checkbox issue. Certain form elements need to be wrapped by other elements in order to display properly.
Sorry, I haven't found the \public\static\css\app.css file in any repo, so I add this here.
It seems some stylesheet definitions in the app.css are something like strange.
Examples:
I am not familiar with stylesheets. I doing something fundamentally wrong?
The text was updated successfully, but these errors were encountered: