mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
fix button placement in large modals
This commit is contained in:
parent
990f915f42
commit
ad348f91c9
|
@ -146,6 +146,7 @@ html.light #tt em {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#modalc {
|
#modalc {
|
||||||
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: #f7f7f7;
|
background: #f7f7f7;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
@ -165,8 +166,11 @@ html.light #tt em {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#modalb {
|
#modalb {
|
||||||
|
position: sticky;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
#modalb a {
|
#modalb a {
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
Loading…
Reference in a new issue