mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
feat: use wrdu-keyboard
This commit is contained in:
parent
5c6853b02b
commit
c078b631f6
5 changed files with 173 additions and 86 deletions
|
@ -99,7 +99,7 @@ $mutedtext: #78756f;
|
|||
top: 53px;
|
||||
left: 284px;
|
||||
padding: 8px;
|
||||
height: calc(100vh - 96px);
|
||||
height: calc(100vh - 256px);
|
||||
font-family: CommitMono Nerd Font !important;
|
||||
font-size: 14px;
|
||||
letter-spacing: 1;
|
||||
|
@ -210,6 +210,23 @@ $mutedtext: #78756f;
|
|||
}
|
||||
}
|
||||
|
||||
.information {
|
||||
position: absolute;
|
||||
bottom: 40px;
|
||||
left: 284px;
|
||||
height: 160px;
|
||||
width: calc(100vw - 286px);
|
||||
border-top: 1px solid $divider;
|
||||
background-color: $primary;
|
||||
padding: 14px;
|
||||
|
||||
.title {
|
||||
font-family: SFRoundedSemiBold;
|
||||
font-size: 12px;
|
||||
letter-spacing: 0.6px;
|
||||
}
|
||||
}
|
||||
|
||||
.clothoid-corner {
|
||||
clip-path: polygon(
|
||||
13.890123px 0px,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue