Skip to content

Commit

Permalink
feat(xo-6): remove media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
CzechSebastian committed Dec 11, 2024
1 parent 1c4aa25 commit dd74a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ watchEffect(() => {
:deep(.col-name_label),
:deep(.col-name_description) {
width: 30rem;
width: 20rem;
}
}
Expand All @@ -247,13 +247,5 @@ watchEffect(() => {
.row-selected {
background-color: var(--color-info-background-selected);
}
@media (max-width: 1500px) {
.table-container {
table {
width: 160rem;
}
}
}
}
</style>
10 changes: 1 addition & 9 deletions @xen-orchestra/web/src/components/pool/PoolNetworksTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ watchEffect(() => {
:deep(.col-name_label),
:deep(.col-name_description) {
width: 30rem;
width: 20rem;
}
}
Expand All @@ -308,13 +308,5 @@ watchEffect(() => {
.row-selected {
background-color: var(--color-info-background-selected);
}
@media (max-width: 1500px) {
.table-container {
.table {
width: 160rem;
}
}
}
}
</style>

0 comments on commit dd74a4b

Please sign in to comment.