Skip to content

Commit

Permalink
NAS-133263: Mobile QA for containers (#11249)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 authored Dec 31, 2024
1 parent c87d61c commit 1d922cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

:host {
position: relative;

@media (max-width: $breakpoint-sm) {
display: none;
}
}

.search-container {
margin-left: 16px;
min-width: 250px;
max-width: 250px;
position: sticky;
top: 0;
width: 20%;

@media (max-width: $breakpoint-xs) {
display: none;
}
width: 100%;

.search-card {
background-color: var(--bg2);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:host {
display: block;
width: 350px;
min-width: 350px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ ix-fieldset {
}

.protocol-and-port {
display: flex;
display: grid;
gap: 12px;

.protocol {
width: 100px;
}
grid-template-columns: 1fr 1fr;
}

ngx-skeleton-loader {
Expand Down

0 comments on commit 1d922cb

Please sign in to comment.