sync status shouldn't be clickable
This commit is contained in:
parent
02021bf6f0
commit
2ae52f1b2d
|
@ -80,12 +80,18 @@ h1 {
|
|||
width: 70%;
|
||||
}
|
||||
|
||||
label {
|
||||
label,
|
||||
.label {
|
||||
display: flex;
|
||||
margin: .25ex 0;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.label {
|
||||
flex-grow: 1;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
label > :first-child {
|
||||
margin-right: 8px;
|
||||
flex-grow: 1;
|
||||
|
@ -319,6 +325,9 @@ html:not(.firefox):not(.opera) #updates {
|
|||
}
|
||||
|
||||
.sync-status {
|
||||
flex-grow: 1;
|
||||
padding-right: 8px;
|
||||
box-sizing: border-box;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -326,3 +335,7 @@ html:not(.firefox):not(.opera) #updates {
|
|||
.sync-status::first-letter {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.sync-options .actions {
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user