mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
this kinda broke ellipsing, hopefully not too expensive
This commit is contained in:
parent
e1eaa057f2
commit
7bc23687e3
|
@ -922,11 +922,18 @@ html.light #ghead {
|
|||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
#ggrid span.dir:before {
|
||||
#ggrid>a.dir:before {
|
||||
content: '📂';
|
||||
line-height: 0;
|
||||
}
|
||||
#ggrid>a:before {
|
||||
display: block;
|
||||
position: absolute;
|
||||
padding: .3em 0;
|
||||
margin: -.4em;
|
||||
text-shadow: 0 0 .1em #000;
|
||||
background: linear-gradient(135deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0.2));
|
||||
border-radius: .3em;
|
||||
font-size: 2em;
|
||||
margin: -.7em .1em -.5em -.3em;
|
||||
}
|
||||
#ggrid a:hover {
|
||||
background: #444;
|
||||
|
|
Loading…
Reference in a new issue