1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor(UI): minor UI improvements

This commit is contained in:
2021-06-29 23:31:18 +02:00
parent 2d278aa14e
commit 51db2795bb
6 changed files with 27 additions and 19 deletions

View File

@ -99,7 +99,7 @@ export default {
display: flex;
align-items: center;
margin: 0.2rem;
padding: 0.1rem;
padding: 0.1rem 0.3rem;
border-radius: $border-radius;
cursor: pointer;
justify-content: space-between;
@ -113,7 +113,7 @@ export default {
transition: opacity 0.2s;
position: absolute;
left: 100%;
top: 0;
top: -0.2rem;
min-width: 100px;
}