style download button

This commit is contained in:
gapato 2026-06-08 21:22:59 +02:00
commit a18eec8f14

View file

@ -23,6 +23,13 @@ button.ripper-btn:disabled {
cursor: default;
}
#download-button {
background-color: yellow;
border: 2px solid #aaa;
font-weight: bold;
color: #333;
}
.ripper-progress-dialog {
width: min(40rem, calc(100vw - 2rem));
max-height: calc(100vh - 2rem);