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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user