This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
owncast
Watch
1
Star
0
Fork
You've already forked owncast
0
mirror of
https://github.com/owncast/owncast.git
synced
2024-11-23 13:24:33 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c4cd2d8472
owncast
/
web
/
utils
/
constants.js
2 lines
46 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Address some layout issues with odd content spacing on mobile, and footer position (#3022) * - set vars for player container height and status bar height - use them to calculate mobile top spacing to adjust for tab content positioning * give main content section a min height, place footer absolutely at bottom; rm all the fixed footer styling * cleanup; restructure tabbed display logic and css a bit * Prettified Code! * cleanup * fix(story): footer story needs to be wrapped in RecoilRoot if it is to use Recoil * revert adding footer to mobile about section * prevent double scrolling --------- Co-authored-by: gingervitis <gingervitis@users.noreply.github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2023-05-18 22:13:26 +03:00
export
const
DYNAMIC
_PADDING
_VALUE
=
'320px'
;
Reference in a new issue
Copy permalink