Skip to content

Commit

Permalink
remove(StreamingServerWarning): changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Jan 3, 2025
1 parent 5819729 commit 871e8cb
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/common/StreamingServerWarning/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
align-items: center;
background-color: @color-accent5-dark3;
padding: 1rem;
border-radius: 0.5rem 0.5rem 0 0;
margin: 0rem 0.5rem;
box-shadow: var(--outer-glow);

.warning-statement {
flex: 1;
Expand All @@ -24,11 +21,7 @@
.warning-button {
flex: none;
color: @color-surface-light5-90;
background-color: rgba(0, 0, 0, 0.24);
padding: 0.5rem 1rem;
margin-left: 1.5rem;
border-radius: 0.5rem;
line-height: 1.2rem;
margin-left: 1rem;

&:first-child {
margin-left: 0;
Expand All @@ -44,7 +37,6 @@
font-size: 1.2rem;
max-height: 1.2em;
color: @color-surface-light5-90;
overflow: visible;
}
}

Expand All @@ -53,18 +45,15 @@
}
}

@media only screen and (max-width: @minimum) {
@media only screen and (max-width: 500px) {
.warning-container {
display: block;
height: auto !important;
text-align: center;
border-radius: 0.5rem;

.warning-statement {
margin-bottom: 1rem;
margin-bottom: 0.5rem;
margin-right: 0;
}

.warning-button {
display: inline-block;
}
Expand Down

0 comments on commit 871e8cb

Please sign in to comment.