summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-09-25 17:30:34 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-09-25 17:30:34 +0200 |
commit | f0a7e73d970c512a71cfa83a829ebf63fe4c261d (patch) | |
tree | 3e3cd49df2a5612b75d40f70edf8badf0aa33ff3 /src/css | |
parent | 86b4467eb6f0e081ad70c48f77ade26f4e650b81 (diff) |
...
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/src/map-editor/toolbox.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/src/map-editor/toolbox.scss b/src/css/src/map-editor/toolbox.scss index 16d54e8..2398796 100644 --- a/src/css/src/map-editor/toolbox.scss +++ b/src/css/src/map-editor/toolbox.scss @@ -3,7 +3,7 @@ @import 'constants'; -.map-toolbox +.toolbox { left: 0; top: $BELOW-MAIN-MENU; @@ -22,7 +22,7 @@ justify-content: space-between; } -.map-toolbox-actions +.toolbox-actions { display: flex; flex-flow: row wrap; |