mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
fix(stats): increased dropdown offset for small devices
This commit is contained in:
@@ -64,6 +64,7 @@ function navigateToProfile() {
|
||||
<style lang="scss" scoped>
|
||||
@use '../../styles/dropdown';
|
||||
@use '../../styles/dropdown-filters';
|
||||
@use '../../styles/responsive';
|
||||
|
||||
.dropdown_wrapper {
|
||||
left: auto;
|
||||
@@ -71,4 +72,10 @@ function navigateToProfile() {
|
||||
max-width: 700px;
|
||||
top: 3.5em;
|
||||
}
|
||||
|
||||
@include responsive.smallScreen {
|
||||
.dropdown_wrapper {
|
||||
top: 6.25em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user