Sha256: 75757a58e2b3c7e9c0589164f6315ef8c1f12463efef9eccc7078ff20d6cbc85
Contents?: true
Size: 703 Bytes
Versions: 39
Compression:
Stored size: 703 Bytes
Contents
#trackfull { display: flex; flex-direction:row; align-items: stretch; height: 100vh; } #graphcolumn { flex: 0 0 auto; overflow: auto; min-width: 35em; border-right: 0 none; } #trackcolumn { flex: 1 1 auto; display: flex; flex-direction:column; align-items: stretch; } #trackcolumn iframe { flex: 1 1 auto; border: 0 none; padding: 0; margin: 0; border-left: 0.1em solid var(--x-ui-border-color); border-bottom: 0.1em solid var(--x-ui-border-color); } #usage { line-height: 2em; margin-top: 0.5em; margin-left: 2em; margin-right: 1em; } #usage button{ width: 2em; height: 2em; vertical-align: center; } #current-instance[href]:after { content: ""; }
Version data entries
39 entries across 39 versions & 1 rubygems