Version 1.0.1-rc2 - Modification Responsive
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 33s
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 33s
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
|
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user