steam-box | 🎮 Update profile README | Video Game library
kandi X-RAY | steam-box Summary
kandi X-RAY | steam-box Summary
🎮 Update profile README / pinned gist to contain your Steam playtime leaderboard. Show your steam playtime leaderboard on your profile README / pinned gist.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- This is the main function .
- GetPlayTime returns the play time for the given steam id .
- Get emoji for id
- NewBox returns a Box .
- pads a string to the target
steam-box Key Features
steam-box Examples and Code Snippets
Community Discussions
Trending Discussions on steam-box
QUESTION
I have a header on my page and there is a box containing a login picture and your website balance. But i'm trying to add a drop down menu with options but or some reason my Font Awesome icon is appearing under the text box. Basically I just want to understand why my Font Awesome icon is appearing under my text box. Any help?
JSFiddle: https://jsfiddle.net/nxt4Lzch/
...ANSWER
Answered 2017-Jan-11 at 11:43This is happening because your steam-dropdown
that contains the font-awesome icon
is not display:inline;
, Instead it is display:block;
by default. Therefore it needs a new line.
Now if you add display:inline;
to this steam-dropdown
then it will move in the same line, but it goes under .balance-box
because you are setting position:absolute;
to this .balance-box
. You have to remove that.
I suggest removing position:absolute;
from .balance-box
and Use flex on their parent div (which is .steam-info
). By adding this in the your css:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install steam-box
Fork this repo
Edit the environment variable in .github/workflows/schedule.yml:
GIST_ID: The ID portion from your gist url: https://gist.github.com/YouEclipse/9bc7025496e478f439b9cd43eba989a4.
Go to the repo Settings > Secrets
Add the following environment variables: GH_TOKEN: The GitHub token generated above. STEAM_API_KEY: The steam API key you created above. STEAM_ID: The steam ID of your account.
If you want to show specific games,put the ids in environmet variable APP_ID: like APP_ID=431960,730 you can get the id of a game from the store url: https://store.steampowered.com/app/730/CounterStrike_Global_Offensive/
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page