mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed paddings
This commit is contained in:
parent
650e62cfa1
commit
e1991453a1
3 changed files with 5 additions and 6 deletions
|
@ -9,9 +9,9 @@
|
|||
position: absolute;
|
||||
background: transparentize(black, 0.5);
|
||||
display: flex;
|
||||
right: $gap;
|
||||
top: $gap;
|
||||
border-radius: 24px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
border-radius: 8px;
|
||||
padding: 0 3px;
|
||||
flex-wrap: wrap;
|
||||
transition: background-color 0.5s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue