mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
IE fixes
This commit is contained in:
parent
f15c0281b3
commit
f17e765166
|
|
@ -1778,6 +1778,14 @@ html.y #ops svg circle {
|
|||
display: block;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
#favico_onpage {
|
||||
display: none;
|
||||
}
|
||||
@supports (text-wrap: nowrap) {
|
||||
#favico_onpage {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
#treeToggleBtn{
|
||||
z-index: 30;
|
||||
position: fixed;
|
||||
|
|
@ -1989,10 +1997,13 @@ input.ssconf_v {
|
|||
white-space: nowrap;
|
||||
display: flex;
|
||||
}
|
||||
#wfp a {
|
||||
display: inline-block;
|
||||
#wfp .btn {
|
||||
min-width: 1.3em;
|
||||
width: 1.3em;
|
||||
height: 1.3em;
|
||||
font-size: 1em;
|
||||
padding: .15em;
|
||||
margin: 0 .1em 0 0;
|
||||
}
|
||||
|
||||
#files td div span {
|
||||
|
|
@ -2112,11 +2123,6 @@ html {
|
|||
vertical-align: top;
|
||||
cursor: pointer;
|
||||
}
|
||||
#wfp .btn {
|
||||
font-size: 1em;
|
||||
padding: .15em;
|
||||
margin: 0 .1em 0 0;
|
||||
}
|
||||
html.c .btn,
|
||||
html.b .btn {
|
||||
border-radius: var(--radius);
|
||||
|
|
|
|||
Loading…
Reference in a new issue