diff --git a/README.md b/README.md index 66f417d..91d5306 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ It is a CLI application. Given a list of files or a folder it will parse all the I'd like to support bitfields, attribute noalign, __randomize_layout, C++, other languages, and have better/more useful tools for doing things like sorting them by size, showing you where you can trivially make your structures smaller, etc. and more in the future. +![screenshot](https://git.nickhayashi.com/nickhayashi/struct-vis/screenshot.png) diff --git a/base-index.html b/base-index.html index 8049732..2e9d5dd 100644 --- a/base-index.html +++ b/base-index.html @@ -80,6 +80,7 @@ .struct-info-byte-row { display: flex; + flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: center; diff --git a/index.html b/index.html index 19389a4..faa1e21 100644 --- a/index.html +++ b/index.html @@ -80,6 +80,7 @@ .struct-info-byte-row { display: flex; + flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: center; @@ -141,4 +142,4 @@
-