diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-11-01 13:08:37 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-11-01 13:08:37 +0000 |
| commit | b897f7705e437a776d18bb3a8c6725d009d31111 (patch) | |
| tree | 899c652078edfc3a7babb3331956d4ee5552a919 /scss | |
| parent | add fileder ordering in stores.web, fileder, browser (diff) | |
| download | mmm-b897f7705e437a776d18bb3a8c6725d009d31111.tar.gz mmm-b897f7705e437a776d18bb3a8c6725d009d31111.zip | |
fix inspector
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_browser.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_browser.scss b/scss/_browser.scss index f39e1df..adf9dd1 100644 --- a/scss/_browser.scss +++ b/scss/_browser.scss @@ -77,6 +77,10 @@ white-space: nowrap; } + &.thin > * { + margin: 0.5em 1em; + } + > .inspect-btn { @include media-small() { display: none; } } |
