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