diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-29 13:49:13 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-29 13:49:13 -0400 |
| commit | 57b985bbf84ccc396c0af497ab579488f5b887bd (patch) | |
| tree | beb0c4a011496d840c7b22129055600de070b06d /www/css | |
| parent | fd28009994068f424bce383c79ed46ac9434ab79 (diff) | |
#930 #931 - you can now reduce resize factor to fractions in dev options, reflow based on columns specified
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 56ae80de..adf1ca7e 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1,3 +1,4 @@ + @font-face { font-family: 'fontawesome'; src: url('../lib/font-awesome/fonts/fontawesome-webfont.eot'); @@ -1160,6 +1161,12 @@ videogular vg-cue-points vg-cue-point { .grid-sizer { width: 1%; + +} + +.grid-item-dynamic { + + width: var(--grid-width) !important; } .grid-item { |
