mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
feat: add 'Check for updates' option to tray menu and improve update handling
This commit is contained in:
parent
e29f2fcfa5
commit
6157eb75a1
4 changed files with 41 additions and 15 deletions
|
@ -1,10 +1,10 @@
|
|||
$primary: #2E2D2B;
|
||||
$accent: #FEB453;
|
||||
$primary: #2e2d2b;
|
||||
$accent: #feb453;
|
||||
$divider: #ffffff0d;
|
||||
|
||||
$text: #E5DFD5;
|
||||
$text2: #ADA9A1;
|
||||
$mutedtext: #78756F;
|
||||
$text: #e5dfd5;
|
||||
$text2: #ada9a1;
|
||||
$mutedtext: #78756f;
|
||||
|
||||
.bg {
|
||||
width: 750px;
|
||||
|
@ -25,7 +25,7 @@ $mutedtext: #78756F;
|
|||
gap: 8px;
|
||||
align-items: center;
|
||||
|
||||
img{
|
||||
img {
|
||||
background-color: $divider;
|
||||
border-radius: 6px;
|
||||
padding: 8px 6px;
|
||||
|
@ -123,7 +123,7 @@ $mutedtext: #78756F;
|
|||
background-color: $divider;
|
||||
margin-left: 8px;
|
||||
margin-right: 4px;
|
||||
transition: all .2s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.actions {
|
||||
|
@ -134,7 +134,7 @@ $mutedtext: #78756F;
|
|||
gap: 8px;
|
||||
border-radius: 7px;
|
||||
background-color: transparent;
|
||||
transition: all .2s;
|
||||
transition: all 0.2s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -142,8 +142,8 @@ $mutedtext: #78756F;
|
|||
background-color: $divider;
|
||||
}
|
||||
|
||||
&:hover .actions:hover~.divider {
|
||||
&:hover .actions:hover ~ .divider {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue