This commit is contained in:
parent
8847f3fcf6
commit
832de038ca
8 changed files with 526 additions and 9 deletions
|
|
@ -621,6 +621,35 @@ select {
|
|||
box-shadow: 0 0 4px var(--brand-glow);
|
||||
}
|
||||
|
||||
.update-notifier {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.update-notifier button {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 4px;
|
||||
color: var(--brand);
|
||||
cursor: pointer;
|
||||
transition: transform 0.2s;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.update-notifier button:hover {
|
||||
transform: scale(1.2);
|
||||
color: var(--brand-glow);
|
||||
}
|
||||
|
||||
.update-notifier button i {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
|
||||
.user-info {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue