mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-05 14:28:11 +00:00
chore(dropdown): improved dropdown relative elements and alignment
This commit is contained in:
@@ -338,9 +338,15 @@ export default defineComponent({
|
||||
overflow: hidden;
|
||||
max-height: calc(100% - 4.5em);
|
||||
top: 3.5em;
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
||||
.options_content {
|
||||
overflow: auto;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.options_actions {
|
||||
padding: 0 1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -69,5 +69,6 @@ function navigateToProfile() {
|
||||
left: auto;
|
||||
right: 0;
|
||||
max-width: 700px;
|
||||
top: 3.5em;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user