mitmproxy/web/src/css/flowview.less

9 lines
112 B
Plaintext
Raw Normal View History

2015-03-21 23:21:38 +00:00
.flowview-image {
2015-03-21 23:28:08 +00:00
text-align: center;
2015-03-21 23:21:38 +00:00
2015-03-21 23:28:08 +00:00
img {
max-width: 100%;
max-height: 100%;
}
2015-03-21 23:21:38 +00:00
}