mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: slightly taller progress bar for mobile
This commit is contained in:
@@ -114,14 +114,14 @@
|
||||
border: 1px solid $tertiary-low;
|
||||
border-bottom: none;
|
||||
width: 145px;
|
||||
height: 34px;
|
||||
height: 46px;
|
||||
|
||||
/* as a big ol' click target, don't let text inside be selected */
|
||||
@include unselectable;
|
||||
|
||||
.nums {
|
||||
position: relative;
|
||||
top: 9px;
|
||||
top: 13px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
z-index: z("base");
|
||||
|
||||
Reference in New Issue
Block a user