From 57b985bbf84ccc396c0af497ab579488f5b887bd Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 29 Apr 2020 13:49:13 -0400 Subject: #930 #931 - you can now reduce resize factor to fractions in dev options, reflow based on columns specified --- www/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'www/css') 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 { -- cgit v1.2.3