@midscene/visualizer 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,6 +79,17 @@ footer.mt-8 {
79
79
  display: flex;
80
80
  flex-direction: row;
81
81
  background: #F8F8F8;
82
+ justify-content: space-between;
83
+ }
84
+ .page-nav .page-nav-left {
85
+ display: flex;
86
+ flex-direction: row;
87
+ }
88
+ .page-nav .page-nav-toolbar {
89
+ margin-left: 20px;
90
+ }
91
+ .page-nav .page-nav-toolbar .ant-btn {
92
+ background: #E9E9E9;
82
93
  }
83
94
  .page-nav .logo img {
84
95
  height: 20px;
@@ -104,6 +115,15 @@ footer.mt-8 {
104
115
  height: 100%;
105
116
  box-sizing: border-box;
106
117
  }
118
+ .main-right .replay-all-mode-wrapper {
119
+ height: 100%;
120
+ display: flex;
121
+ flex-direction: column;
122
+ justify-content: center;
123
+ padding: 22px;
124
+ box-sizing: border-box;
125
+ margin: 0 auto;
126
+ }
107
127
  .main-right .main-content {
108
128
  display: flex;
109
129
  flex-direction: row;