/
concept-collection
/
benchcompress
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
benchcompress
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
2
Tags
0
Site
f2d69f0
Branches
main
benchmark-results
benchcompress
/
web-ui
/
src
/
components
/
algorithm
/
AlgorithmContent.css
15 lines · 285 B
Code
Blame
History
0092283
paper page
Jeremy Magland
1 year ago
1
.algorithm-tag
{
2
display
: inline-block;
3
background-color
:
#e1e1e1
;
4
padding
:
2px
6px
;
5
border-radius
:
3px
;
6
margin
:
2px
;
7
font-size
:
0.8rem
;
8
cursor
: pointer;
9
transition
: all
0.2s
ease;
10
}
11
12
.algorithm-tag
:hover
{
13
background-color
:
#d1d1d1
;
14
transform
:
translateY
(-
1px
);
15
}
↑
↓
move
↵
open
esc
close