mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
pixel perfect design
This commit is contained in:
parent
54d3487056
commit
fb535a4521
1 changed files with 9 additions and 6 deletions
|
@ -88,7 +88,7 @@ body,
|
||||||
width: 284px;
|
width: 284px;
|
||||||
top: 53px;
|
top: 53px;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: calc(100vh - 96px);
|
height: calc(100vh - 95px);
|
||||||
border-right: 1px solid $divider;
|
border-right: 1px solid $divider;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -179,12 +179,12 @@ body,
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-bar {
|
.bottom-bar {
|
||||||
height: 41px;
|
height: 40px;
|
||||||
width: calc(100vw - 3px);
|
width: calc(100vw - 2px);
|
||||||
backdrop-filter: blur(18px);
|
backdrop-filter: blur(18px);
|
||||||
background-color: rgba(46, 45, 43, 0.8);
|
background-color: hsla(40, 3%, 16%, 0.8);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 2px;
|
bottom: 1px;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
border-radius: 0 0 12px 12px;
|
border-radius: 0 0 12px 12px;
|
||||||
|
@ -192,6 +192,8 @@ body,
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-inline: 12px;
|
padding-inline: 12px;
|
||||||
|
padding-right: 6px;
|
||||||
|
padding-top: 1px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
border-top: 1px solid $divider;
|
border-top: 1px solid $divider;
|
||||||
|
@ -241,9 +243,10 @@ body,
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
border-radius: 6px;
|
border-radius: 7px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
transition: all .2s;
|
transition: all .2s;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.paste:hover,
|
.paste:hover,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue