mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -06:00
quick actions / "+" now uses more standard display types
This commit is contained in:
parent
181e78b4e6
commit
126ed7713d
|
|
@ -1299,10 +1299,10 @@ html.dz #flogout {
|
||||||
min-width: 4em;
|
min-width: 4em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-bottom: .2em;
|
margin-bottom: .2em;
|
||||||
|
text-wrap-mode: wrap;
|
||||||
}
|
}
|
||||||
#up_quick_more.vis {
|
#up_quick_more.vis {
|
||||||
display: block;
|
display: block;
|
||||||
display: grid;
|
|
||||||
}
|
}
|
||||||
#up_quick_more a:hover {
|
#up_quick_more a:hover {
|
||||||
background: var(--btn-h-bg);
|
background: var(--btn-h-bg);
|
||||||
|
|
@ -1310,7 +1310,8 @@ html.dz #flogout {
|
||||||
#up_quick_more a {
|
#up_quick_more a {
|
||||||
position: static;
|
position: static;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
display: ruby;
|
display: block;
|
||||||
|
text-wrap-mode: nowrap;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: calc(var(--b-radius) * 1.6);
|
border-radius: calc(var(--b-radius) * 1.6);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue