jiayong commited on
Commit
9d6c741
1 Parent(s): 5cd4f8d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -16
style.css CHANGED
@@ -148,23 +148,15 @@
148
  border-color: #b6b6b7 !important;
149
  }
150
 
151
- .show_window_result {
152
- border-color: #cbcbce;
153
- box-shadow: 1 3px 5px rgba(252, 251, 252, 0.5);
154
- /* align-items: center !important; */
155
- /* height: 290.24px !important; */
156
- height: 300px !important;
157
- /* margin-top: 27px; */
158
- margin: 1px !important;
159
- }
160
  #show_window_result {
161
- border-color: #fbfbfd;
162
- box-shadow: 0 3px 5px rgba(252, 251, 252, 0.5);
163
- /* align-items: center !important; */
164
- /* height: 290.24px !important; */
165
- height: 240px !important;
166
- /* margin-top: 27px; */
167
- margin: 1px !important;
 
168
  }
169
 
170
  #show_box {
 
148
  border-color: #b6b6b7 !important;
149
  }
150
 
 
 
 
 
 
 
 
 
 
151
  #show_window_result {
152
+ border-color: #707093;
153
+ box-shadow: 1 3px 5px rgba(108, 104, 108, 0.5);
154
+ border-style: solid;
155
+ overflow: hidden;
156
+ min-width: min(160px, 100%);
157
+ border-width: var(--block-border-width);
158
+ height: 340px !important;
159
+ margin: 2px !important;
160
  }
161
 
162
  #show_box {