mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32: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;
|
||||
font-weight: normal;
|
||||
margin-bottom: .2em;
|
||||
text-wrap-mode: wrap;
|
||||
}
|
||||
#up_quick_more.vis {
|
||||
display: block;
|
||||
display: grid;
|
||||
}
|
||||
#up_quick_more a:hover {
|
||||
background: var(--btn-h-bg);
|
||||
|
|
@ -1310,7 +1310,8 @@ html.dz #flogout {
|
|||
#up_quick_more a {
|
||||
position: static;
|
||||
font-size: large;
|
||||
display: ruby;
|
||||
display: block;
|
||||
text-wrap-mode: nowrap;
|
||||
padding: .5em;
|
||||
cursor: pointer;
|
||||
border-radius: calc(var(--b-radius) * 1.6);
|
||||
|
|
|
|||
Loading…
Reference in a new issue