mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
button alignment fix
This commit is contained in:
parent
e8e72a4a56
commit
1c4e59f659
|
|
@ -1241,8 +1241,6 @@ html.dz #flogout {
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
padding: .1em;
|
padding: .1em;
|
||||||
display: inline-block;
|
|
||||||
vertical-align: bottom;
|
|
||||||
}
|
}
|
||||||
.btn.svgIcon.gb1 {
|
.btn.svgIcon.gb1 {
|
||||||
width: 1.7em;
|
width: 1.7em;
|
||||||
|
|
@ -1944,6 +1942,7 @@ html {
|
||||||
text-wrap-mode: wrap;
|
text-wrap-mode: wrap;
|
||||||
white-space-collapse: preserve;
|
white-space-collapse: preserve;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
#wfp .btn {
|
#wfp .btn {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue