Version 1.0.1-rc2 - Modification Responsive
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 33s

This commit is contained in:
2025-08-29 23:35:32 +02:00
parent 8636571eac
commit de2be3c213
4 changed files with 7 additions and 4 deletions

View File

@@ -52,7 +52,8 @@ function getIcons(name) {
margin: 0; margin: 0;
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px),
screen and (max-height: 607px) {
.metric { .metric {
flex-direction: column; flex-direction: column;

View File

@@ -21,7 +21,8 @@ defineProps({
</script> </script>
<style scoped> <style scoped>
@media screen and (max-width: 768px) { @media screen and (max-width: 768px),
screen and (max-height: 607px) {
.settings-icon { .settings-icon {
display: none; display: none;
} }

View File

@@ -73,7 +73,8 @@ function banUser(member) {
</script> </script>
<style scoped> <style scoped>
@media screen and (max-width: 768px) { @media screen and (max-width: 768px),
screen and (max-height: 607px) {
.group { .group {
flex-direction: column; flex-direction: column;

View File

@@ -166,7 +166,7 @@ function checkGuildAvailability() {
} }
@media screen and (min-width: 769px) and (max-width: 1280px) and (min-height: 607px) { @media screen and (min-width: 769px), screen and (max-width: 1280px), screen and (min-height: 607px) {
.queue { .queue {
display: none display: none
} }