mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
always stretch path bar
This commit is contained in:
parent
b9b6d456d4
commit
a7e6810121
|
|
@ -592,7 +592,6 @@ html .ayjump:focus-visible {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
justify-content: space-between;
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
background: linear-gradient(to bottom, var(--bg), transparent);
|
background: linear-gradient(to bottom, var(--bg), transparent);
|
||||||
|
|
@ -607,8 +606,8 @@ html .ayjump:focus-visible {
|
||||||
text-shadow: 1px 1px 0 var(--bg-max);
|
text-shadow: 1px 1px 0 var(--bg-max);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 .4em 0 0;
|
margin: 0 .5em 0 0;
|
||||||
/* min-width: 10em; */
|
width: calc(100% - .6em);
|
||||||
align-content: center;
|
align-content: center;
|
||||||
padding: .2em;
|
padding: .2em;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue