pixel perfect design

This commit is contained in:
PandaDEV 2024-08-26 20:14:17 +10:00
parent 54d3487056
commit fb535a4521
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C

View file

@ -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,