mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Merge pull request #341 from mozilla/ui
center percentage text on all browser versions
This commit is contained in:
@@ -339,12 +339,16 @@ tbody {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.percentage {
|
.percentage {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
letter-spacing: -0.78px;
|
letter-spacing: -0.78px;
|
||||||
font-family: 'Segoe UI', 'SF Pro Text', sans-serif;
|
font-family: 'Segoe UI', 'SF Pro Text', sans-serif;
|
||||||
|
top: 53px;
|
||||||
|
left: 246.75px;
|
||||||
|
width: 98.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.percent-number {
|
.percent-number {
|
||||||
|
|||||||
Reference in New Issue
Block a user