mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-14 15:12:48 +01:00
commit
a1973d8b96
@ -141,6 +141,7 @@ a {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 520px;
|
max-width: 520px;
|
||||||
font-family: 'SF Pro Display', sans-serif;
|
font-family: 'SF Pro Display', sans-serif;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
@ -390,6 +391,9 @@ tbody {
|
|||||||
top: 53px;
|
top: 53px;
|
||||||
left: 246.75px;
|
left: 246.75px;
|
||||||
width: 98.5px;
|
width: 98.5px;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.percent-number {
|
.percent-number {
|
||||||
@ -450,6 +454,8 @@ tbody {
|
|||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
color: #0c0c0d;
|
color: #0c0c0d;
|
||||||
|
max-width: 614px;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#link {
|
#link {
|
||||||
@ -644,12 +650,7 @@ tbody {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#download-progress {
|
#download-progress {
|
||||||
margin: 0 auto;
|
width: 590px;
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
flex-direction: column;
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#download-progress[hidden] {
|
#download-progress[hidden] {
|
||||||
|
Loading…
Reference in New Issue
Block a user