aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/web/src/css/flowview.less
blob: aa8a2df27d6a4622b1a9f9dbb26f1eabae646bad (plain)
1
2
3
4
5
6
7
8
9
.flowview-image {

    text-align: center;

    img {
        max-width: 100%;
        max-height: 100%;
    }
}