Skip to content

Commit 0c5ffd4

Browse files
author
OpenShift Bot
authored
Merge pull request #2185 from sg00dwin/chromeless-issue
Merged by openshift-bot
2 parents 58d1eeb + bfdd163 commit 0c5ffd4

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

app/styles/_log.less

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.chromeless {
22
background-color: @log-bg-color;
33
color: #d1d1d1;
4+
height: 100%; // extends dark background to full height while logs are loading
45
.log-loading-msg {
56
.empty-state-message();
67
.h2();
@@ -165,17 +166,6 @@
165166
}
166167
}
167168
&.log-fixed-height {
168-
.ellipsis-loader {
169-
bottom: 0;
170-
#gradient > .vertical(transparent, @log-bg-color, 0%, 15%);
171-
height: 30px;
172-
right: @scrollbar-width;
173-
width: auto;
174-
&.dots div {
175-
left: 50%;
176-
top: 12px;
177-
}
178-
}
179169
.log-end-msg {
180170
margin: 20px 0 -35px 10px;
181171
position: static;

dist/styles/main.css

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)