mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
parent
f2f554074b
commit
d0b551b3fd
22 changed files with 1171 additions and 1493 deletions
|
@ -7,295 +7,295 @@ $text2: #ada9a1;
|
|||
$mutedtext: #78756f;
|
||||
|
||||
.bg {
|
||||
width: 750px;
|
||||
height: 474px;
|
||||
background-color: $primary;
|
||||
border: 1px solid $divider;
|
||||
border-radius: 12px;
|
||||
z-index: -1;
|
||||
position: fixed;
|
||||
outline: none;
|
||||
width: 750px;
|
||||
height: 474px;
|
||||
background-color: $primary;
|
||||
border: 1px solid $divider;
|
||||
border-radius: 12px;
|
||||
z-index: -1;
|
||||
position: fixed;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.search {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 54px;
|
||||
background-color: transparent;
|
||||
outline: none;
|
||||
border: none;
|
||||
font-size: 18px;
|
||||
color: $mutedtext;
|
||||
padding-inline: 16px;
|
||||
border-bottom: 1px solid $divider;
|
||||
font-family: SFRoundedMedium;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 54px;
|
||||
background-color: transparent;
|
||||
outline: none;
|
||||
border: none;
|
||||
font-size: 18px;
|
||||
color: $mutedtext;
|
||||
padding-inline: 16px;
|
||||
border-bottom: 1px solid $divider;
|
||||
font-family: SFRoundedMedium;
|
||||
}
|
||||
|
||||
.results {
|
||||
position: absolute;
|
||||
width: 284px;
|
||||
top: 53px;
|
||||
left: 0;
|
||||
height: calc(100vh - 95px);
|
||||
border-right: 1px solid $divider;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-inline: 8px;
|
||||
padding-bottom: 8px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
position: absolute;
|
||||
width: 284px;
|
||||
top: 53px;
|
||||
left: 0;
|
||||
height: calc(100vh - 95px);
|
||||
border-right: 1px solid $divider;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-inline: 8px;
|
||||
padding-bottom: 8px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
.result {
|
||||
height: 40px;
|
||||
font-size: 14px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
padding: 10px;
|
||||
padding-inline: 10px;
|
||||
letter-spacing: 0.5px;
|
||||
gap: 10px;
|
||||
overflow: hidden;
|
||||
text-overflow: clip;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.result {
|
||||
height: 40px;
|
||||
font-size: 14px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
padding: 10px;
|
||||
padding-inline: 10px;
|
||||
letter-spacing: 0.5px;
|
||||
gap: 10px;
|
||||
overflow: hidden;
|
||||
text-overflow: clip;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.result {
|
||||
cursor: pointer;
|
||||
.result {
|
||||
cursor: pointer;
|
||||
|
||||
&.selected {
|
||||
background-color: $divider;
|
||||
}
|
||||
}
|
||||
&.selected {
|
||||
background-color: $divider;
|
||||
}
|
||||
}
|
||||
|
||||
.time-separator {
|
||||
font-size: 12px;
|
||||
color: $text2;
|
||||
font-family: SFRoundedSemiBold;
|
||||
padding-left: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-top: 14px;
|
||||
}
|
||||
.time-separator {
|
||||
font-size: 12px;
|
||||
color: $text2;
|
||||
font-family: SFRoundedSemiBold;
|
||||
padding-left: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-top: 14px;
|
||||
}
|
||||
|
||||
.favicon {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.favicon {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.image {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.image {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 20px;
|
||||
height: 18px;
|
||||
}
|
||||
.icon {
|
||||
width: 20px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
position: absolute;
|
||||
top: 53px;
|
||||
left: 284px;
|
||||
padding: 8px;
|
||||
height: calc(100vh - 96px);
|
||||
font-family: CommitMono Nerd Font !important;
|
||||
font-size: 14px;
|
||||
letter-spacing: 1;
|
||||
border-radius: 10px;
|
||||
width: calc(100vw - 286px);
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
position: absolute;
|
||||
top: 53px;
|
||||
left: 284px;
|
||||
padding: 8px;
|
||||
height: calc(100vh - 96px);
|
||||
font-family: CommitMono Nerd Font !important;
|
||||
font-size: 14px;
|
||||
letter-spacing: 1;
|
||||
border-radius: 10px;
|
||||
width: calc(100vw - 286px);
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
|
||||
span {
|
||||
font-family: CommitMono Nerd Font !important;
|
||||
}
|
||||
span {
|
||||
font-family: CommitMono Nerd Font !important;
|
||||
}
|
||||
|
||||
.full-image {
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 9;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
}
|
||||
.full-image {
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 9;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
}
|
||||
|
||||
.image {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
object-fit: contain;
|
||||
object-position: top left;
|
||||
}
|
||||
.image {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
object-fit: contain;
|
||||
object-position: top left;
|
||||
}
|
||||
}
|
||||
|
||||
.bottom-bar {
|
||||
height: 40px;
|
||||
width: calc(100vw - 2px);
|
||||
backdrop-filter: blur(18px);
|
||||
background-color: hsla(40, 3%, 16%, 0.8);
|
||||
position: fixed;
|
||||
bottom: 1px;
|
||||
left: 1px;
|
||||
z-index: 100;
|
||||
border-radius: 0 0 12px 12px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding-inline: 12px;
|
||||
padding-right: 6px;
|
||||
padding-top: 1px;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
border-top: 1px solid $divider;
|
||||
height: 40px;
|
||||
width: calc(100vw - 2px);
|
||||
backdrop-filter: blur(18px);
|
||||
background-color: hsla(40, 3%, 16%, 0.8);
|
||||
position: fixed;
|
||||
bottom: 1px;
|
||||
left: 1px;
|
||||
z-index: 100;
|
||||
border-radius: 0 0 12px 12px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding-inline: 12px;
|
||||
padding-right: 6px;
|
||||
padding-top: 1px;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
border-top: 1px solid $divider;
|
||||
|
||||
p {
|
||||
color: $text2;
|
||||
}
|
||||
p {
|
||||
color: $text2;
|
||||
}
|
||||
|
||||
.left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
.left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
.logo {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
.logo {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.paste p {
|
||||
color: $text;
|
||||
}
|
||||
.paste p {
|
||||
color: $text;
|
||||
}
|
||||
|
||||
.actions div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
}
|
||||
.actions div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
.divider {
|
||||
width: 2px;
|
||||
height: 12px;
|
||||
background-color: $divider;
|
||||
margin-left: 8px;
|
||||
margin-right: 4px;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.divider {
|
||||
width: 2px;
|
||||
height: 12px;
|
||||
background-color: $divider;
|
||||
margin-left: 8px;
|
||||
margin-right: 4px;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.paste,
|
||||
.actions {
|
||||
padding: 4px;
|
||||
padding-left: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
border-radius: 7px;
|
||||
background-color: transparent;
|
||||
transition: all 0.2s;
|
||||
cursor: pointer;
|
||||
}
|
||||
.paste,
|
||||
.actions {
|
||||
padding: 4px;
|
||||
padding-left: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
border-radius: 7px;
|
||||
background-color: transparent;
|
||||
transition: all 0.2s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.paste:hover,
|
||||
.actions:hover {
|
||||
background-color: $divider;
|
||||
}
|
||||
.paste:hover,
|
||||
.actions:hover {
|
||||
background-color: $divider;
|
||||
}
|
||||
|
||||
&:hover .paste:hover ~ .divider,
|
||||
&:hover .actions:hover ~ .divider {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
&:hover .paste:hover ~ .divider,
|
||||
&:hover .actions:hover ~ .divider {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.clothoid-corner {
|
||||
clip-path: polygon(
|
||||
13.890123px 0px,
|
||||
calc(100% - 13.890123px) 0px,
|
||||
calc(100% - 12.723414px) 0.004211px,
|
||||
calc(100% - 11.556933px) 0.025635px,
|
||||
calc(100% - 10.391895px) 0.085062px,
|
||||
calc(100% - 9.231074px) 0.199291px,
|
||||
calc(100% - 8.079275px) 0.382298px,
|
||||
calc(100% - 6.947448px) 0.662609px,
|
||||
calc(100% - 5.844179px) 1.039291px,
|
||||
calc(100% - 4.793324px) 1.542842px,
|
||||
calc(100% - 3.811369px) 2.169728px,
|
||||
calc(100% - 2.926417px) 2.926417px,
|
||||
calc(100% - 2.169728px) 3.811369px,
|
||||
calc(100% - 1.542842px) 4.793324px,
|
||||
calc(100% - 1.039291px) 5.844179px,
|
||||
calc(100% - 0.662609px) 6.947448px,
|
||||
calc(100% - 0.382298px) 8.079275px,
|
||||
calc(100% - 0.199291px) 9.231074px,
|
||||
calc(100% - 0.085062px) 10.391895px,
|
||||
calc(100% - 0.025635px) 11.556933px,
|
||||
calc(100% - 0.004211px) 12.723414px,
|
||||
100% 13.890123px,
|
||||
100% calc(100% - 13.890123px),
|
||||
calc(100% - 0.004211px) calc(100% - 12.723414px),
|
||||
calc(100% - 0.025635px) calc(100% - 11.556933px),
|
||||
calc(100% - 0.085062px) calc(100% - 10.391895px),
|
||||
calc(100% - 0.199291px) calc(100% - 9.231074px),
|
||||
calc(100% - 0.382298px) calc(100% - 8.079275px),
|
||||
calc(100% - 0.662609px) calc(100% - 6.947448px),
|
||||
calc(100% - 1.039291px) calc(100% - 5.844179px),
|
||||
calc(100% - 1.542842px) calc(100% - 4.793324px),
|
||||
calc(100% - 2.169728px) calc(100% - 3.811369px),
|
||||
calc(100% - 2.926417px) calc(100% - 2.926417px),
|
||||
calc(100% - 3.811369px) calc(100% - 2.169728px),
|
||||
calc(100% - 4.793324px) calc(100% - 1.542842px),
|
||||
calc(100% - 5.844179px) calc(100% - 1.039291px),
|
||||
calc(100% - 6.947448px) calc(100% - 0.662609px),
|
||||
calc(100% - 8.079275px) calc(100% - 0.382298px),
|
||||
calc(100% - 9.231074px) calc(100% - 0.199291px),
|
||||
calc(100% - 10.391895px) calc(100% - 0.085062px),
|
||||
calc(100% - 11.556933px) calc(100% - 0.025635px),
|
||||
calc(100% - 12.723414px) calc(100% - 0.004211px),
|
||||
calc(100% - 13.890123px) 100%,
|
||||
13.890123px 100%,
|
||||
12.723414px calc(100% - 0.004211px),
|
||||
11.556933px calc(100% - 0.025635px),
|
||||
10.391895px calc(100% - 0.085062px),
|
||||
9.231074px calc(100% - 0.199291px),
|
||||
8.079275px calc(100% - 0.382298px),
|
||||
6.947448px calc(100% - 0.662609px),
|
||||
5.844179px calc(100% - 1.039291px),
|
||||
4.793324px calc(100% - 1.542842px),
|
||||
3.811369px calc(100% - 2.169728px),
|
||||
2.926417px calc(100% - 2.926417px),
|
||||
2.169728px calc(100% - 3.811369px),
|
||||
1.542842px calc(100% - 4.793324px),
|
||||
1.039291px calc(100% - 5.844179px),
|
||||
0.662609px calc(100% - 6.947448px),
|
||||
0.382298px calc(100% - 8.079275px),
|
||||
0.199291px calc(100% - 9.231074px),
|
||||
0.085062px calc(100% - 10.391895px),
|
||||
0.025635px calc(100% - 11.556933px),
|
||||
0.004211px calc(100% - 12.723414px),
|
||||
0px calc(100% - 13.890123px),
|
||||
0px 13.890123px,
|
||||
0.004211px 12.723414px,
|
||||
0.025635px 11.556933px,
|
||||
0.085062px 10.391895px,
|
||||
0.199291px 9.231074px,
|
||||
0.382298px 8.079275px,
|
||||
0.662609px 6.947448px,
|
||||
1.039291px 5.844179px,
|
||||
1.542842px 4.793324px,
|
||||
2.169728px 3.811369px,
|
||||
2.926417px 2.926417px,
|
||||
3.811369px 2.169728px,
|
||||
4.793324px 1.542842px,
|
||||
5.844179px 1.039291px,
|
||||
6.947448px 0.662609px,
|
||||
8.079275px 0.382298px,
|
||||
9.231074px 0.199291px,
|
||||
10.391895px 0.085062px,
|
||||
11.556933px 0.025635px,
|
||||
12.723414px 0.004211px,
|
||||
13.890123px 0px
|
||||
);
|
||||
clip-path: polygon(
|
||||
13.890123px 0px,
|
||||
calc(100% - 13.890123px) 0px,
|
||||
calc(100% - 12.723414px) 0.004211px,
|
||||
calc(100% - 11.556933px) 0.025635px,
|
||||
calc(100% - 10.391895px) 0.085062px,
|
||||
calc(100% - 9.231074px) 0.199291px,
|
||||
calc(100% - 8.079275px) 0.382298px,
|
||||
calc(100% - 6.947448px) 0.662609px,
|
||||
calc(100% - 5.844179px) 1.039291px,
|
||||
calc(100% - 4.793324px) 1.542842px,
|
||||
calc(100% - 3.811369px) 2.169728px,
|
||||
calc(100% - 2.926417px) 2.926417px,
|
||||
calc(100% - 2.169728px) 3.811369px,
|
||||
calc(100% - 1.542842px) 4.793324px,
|
||||
calc(100% - 1.039291px) 5.844179px,
|
||||
calc(100% - 0.662609px) 6.947448px,
|
||||
calc(100% - 0.382298px) 8.079275px,
|
||||
calc(100% - 0.199291px) 9.231074px,
|
||||
calc(100% - 0.085062px) 10.391895px,
|
||||
calc(100% - 0.025635px) 11.556933px,
|
||||
calc(100% - 0.004211px) 12.723414px,
|
||||
100% 13.890123px,
|
||||
100% calc(100% - 13.890123px),
|
||||
calc(100% - 0.004211px) calc(100% - 12.723414px),
|
||||
calc(100% - 0.025635px) calc(100% - 11.556933px),
|
||||
calc(100% - 0.085062px) calc(100% - 10.391895px),
|
||||
calc(100% - 0.199291px) calc(100% - 9.231074px),
|
||||
calc(100% - 0.382298px) calc(100% - 8.079275px),
|
||||
calc(100% - 0.662609px) calc(100% - 6.947448px),
|
||||
calc(100% - 1.039291px) calc(100% - 5.844179px),
|
||||
calc(100% - 1.542842px) calc(100% - 4.793324px),
|
||||
calc(100% - 2.169728px) calc(100% - 3.811369px),
|
||||
calc(100% - 2.926417px) calc(100% - 2.926417px),
|
||||
calc(100% - 3.811369px) calc(100% - 2.169728px),
|
||||
calc(100% - 4.793324px) calc(100% - 1.542842px),
|
||||
calc(100% - 5.844179px) calc(100% - 1.039291px),
|
||||
calc(100% - 6.947448px) calc(100% - 0.662609px),
|
||||
calc(100% - 8.079275px) calc(100% - 0.382298px),
|
||||
calc(100% - 9.231074px) calc(100% - 0.199291px),
|
||||
calc(100% - 10.391895px) calc(100% - 0.085062px),
|
||||
calc(100% - 11.556933px) calc(100% - 0.025635px),
|
||||
calc(100% - 12.723414px) calc(100% - 0.004211px),
|
||||
calc(100% - 13.890123px) 100%,
|
||||
13.890123px 100%,
|
||||
12.723414px calc(100% - 0.004211px),
|
||||
11.556933px calc(100% - 0.025635px),
|
||||
10.391895px calc(100% - 0.085062px),
|
||||
9.231074px calc(100% - 0.199291px),
|
||||
8.079275px calc(100% - 0.382298px),
|
||||
6.947448px calc(100% - 0.662609px),
|
||||
5.844179px calc(100% - 1.039291px),
|
||||
4.793324px calc(100% - 1.542842px),
|
||||
3.811369px calc(100% - 2.169728px),
|
||||
2.926417px calc(100% - 2.926417px),
|
||||
2.169728px calc(100% - 3.811369px),
|
||||
1.542842px calc(100% - 4.793324px),
|
||||
1.039291px calc(100% - 5.844179px),
|
||||
0.662609px calc(100% - 6.947448px),
|
||||
0.382298px calc(100% - 8.079275px),
|
||||
0.199291px calc(100% - 9.231074px),
|
||||
0.085062px calc(100% - 10.391895px),
|
||||
0.025635px calc(100% - 11.556933px),
|
||||
0.004211px calc(100% - 12.723414px),
|
||||
0px calc(100% - 13.890123px),
|
||||
0px 13.890123px,
|
||||
0.004211px 12.723414px,
|
||||
0.025635px 11.556933px,
|
||||
0.085062px 10.391895px,
|
||||
0.199291px 9.231074px,
|
||||
0.382298px 8.079275px,
|
||||
0.662609px 6.947448px,
|
||||
1.039291px 5.844179px,
|
||||
1.542842px 4.793324px,
|
||||
2.169728px 3.811369px,
|
||||
2.926417px 2.926417px,
|
||||
3.811369px 2.169728px,
|
||||
4.793324px 1.542842px,
|
||||
5.844179px 1.039291px,
|
||||
6.947448px 0.662609px,
|
||||
8.079275px 0.382298px,
|
||||
9.231074px 0.199291px,
|
||||
10.391895px 0.085062px,
|
||||
11.556933px 0.025635px,
|
||||
12.723414px 0.004211px,
|
||||
13.890123px 0px
|
||||
);
|
||||
}
|
||||
|
|
|
@ -1,149 +1,149 @@
|
|||
$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;
|
||||
height: 474px;
|
||||
background-color: $primary;
|
||||
border: 1px solid $divider;
|
||||
border-radius: 12px;
|
||||
z-index: -1;
|
||||
position: fixed;
|
||||
outline: none;
|
||||
width: 750px;
|
||||
height: 474px;
|
||||
background-color: $primary;
|
||||
border: 1px solid $divider;
|
||||
border-radius: 12px;
|
||||
z-index: -1;
|
||||
position: fixed;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.back {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
left: 16px;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
left: 16px;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
background-color: $divider;
|
||||
border-radius: 6px;
|
||||
padding: 8px 6px;
|
||||
}
|
||||
img{
|
||||
background-color: $divider;
|
||||
border-radius: 6px;
|
||||
padding: 8px 6px;
|
||||
}
|
||||
|
||||
p {
|
||||
color: $text2;
|
||||
}
|
||||
p {
|
||||
color: $text2;
|
||||
}
|
||||
}
|
||||
|
||||
.keybind-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
gap: 6px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
gap: 6px;
|
||||
|
||||
.title {
|
||||
font-size: 20px;
|
||||
font-weight: 800;
|
||||
}
|
||||
.title {
|
||||
font-size: 20px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.keybind-input {
|
||||
padding: 6px;
|
||||
border: 1px solid $divider;
|
||||
color: $text2;
|
||||
display: flex;
|
||||
border-radius: 13px;
|
||||
outline: none;
|
||||
gap: 6px;
|
||||
.keybind-input {
|
||||
padding: 6px;
|
||||
border: 1px solid $divider;
|
||||
color: $text2;
|
||||
display: flex;
|
||||
border-radius: 13px;
|
||||
outline: none;
|
||||
gap: 6px;
|
||||
|
||||
.key {
|
||||
color: $text2;
|
||||
font-family: SFRoundedMedium;
|
||||
background-color: $divider;
|
||||
padding: 6px 8px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
.key {
|
||||
color: $text2;
|
||||
font-family: SFRoundedMedium;
|
||||
background-color: $divider;
|
||||
padding: 6px 8px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.keybind-input:focus {
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
.keybind-input:focus {
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
.bottom-bar {
|
||||
height: 40px;
|
||||
width: calc(100vw - 2px);
|
||||
backdrop-filter: blur(18px);
|
||||
background-color: hsla(40, 3%, 16%, 0.8);
|
||||
position: fixed;
|
||||
bottom: 1px;
|
||||
left: 1px;
|
||||
z-index: 100;
|
||||
border-radius: 0 0 12px 12px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding-inline: 12px;
|
||||
padding-right: 6px;
|
||||
padding-top: 1px;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
border-top: 1px solid $divider;
|
||||
height: 40px;
|
||||
width: calc(100vw - 2px);
|
||||
backdrop-filter: blur(18px);
|
||||
background-color: hsla(40, 3%, 16%, 0.8);
|
||||
position: fixed;
|
||||
bottom: 1px;
|
||||
left: 1px;
|
||||
z-index: 100;
|
||||
border-radius: 0 0 12px 12px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding-inline: 12px;
|
||||
padding-right: 6px;
|
||||
padding-top: 1px;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
border-top: 1px solid $divider;
|
||||
|
||||
p {
|
||||
color: $text2;
|
||||
}
|
||||
p {
|
||||
color: $text2;
|
||||
}
|
||||
|
||||
.left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
.left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
.logo {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
.logo {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.actions div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
}
|
||||
.actions div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
.divider {
|
||||
width: 2px;
|
||||
height: 12px;
|
||||
background-color: $divider;
|
||||
margin-left: 8px;
|
||||
margin-right: 4px;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.divider {
|
||||
width: 2px;
|
||||
height: 12px;
|
||||
background-color: $divider;
|
||||
margin-left: 8px;
|
||||
margin-right: 4px;
|
||||
transition: all .2s;
|
||||
}
|
||||
|
||||
.actions {
|
||||
padding: 4px;
|
||||
padding-left: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
border-radius: 7px;
|
||||
background-color: transparent;
|
||||
transition: all 0.2s;
|
||||
cursor: pointer;
|
||||
}
|
||||
.actions {
|
||||
padding: 4px;
|
||||
padding-left: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
border-radius: 7px;
|
||||
background-color: transparent;
|
||||
transition: all .2s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.actions:hover {
|
||||
background-color: $divider;
|
||||
}
|
||||
.actions:hover {
|
||||
background-color: $divider;
|
||||
}
|
||||
|
||||
&:hover .actions:hover ~ .divider {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
&:hover .actions:hover~.divider {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue