client-app/app/styles/app.css in logster-2.4.2 vs client-app/app/styles/app.css in logster-2.5.0
- old
+ new
@@ -244,10 +244,21 @@
top: 0;
left: 0;
right: 0;
}
+#bottom-panel.group-view .message-info {
+ top: 43px;
+}
+
+.nav-controls.group-nav {
+ position: absolute;
+ left: 0;
+ right: 0;
+ border-bottom: 1px solid #ddd;
+}
+
.action-panel {
position: absolute;
left: 0;
right: 0;
bottom: 0;
@@ -527,11 +538,11 @@
.nav-controls {
padding: 10px;
}
-#bottom-panel:not(.full) .nav-controls {
+#bottom-panel:not(.full) .nav-controls.env-nav {
position: sticky;
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
@@ -539,11 +550,11 @@
background: #f1f1f1;
z-index: 1;
border-bottom: 1px solid #ddd;
}
-.env-number {
+.current-number {
margin: 0 7px;
}
.expand-list {
text-decoration: underline;
@@ -651,6 +662,10 @@
.pattern-wrapper .shrink.reset {
background: unset;
width: unset;
padding: 0;
margin-left: 8px;
+}
+
+.grouping-patterns button.new-pattern {
+ margin-top: 10px;
}