1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 02:44:04 +02:00
See https://github.com/flarum/core/pull/1367

* Replace gulp with webpack and npm scripts for JS compilation
* Set up Travis CI to commit compiled JS
* Restructure `js` directory; only one instance of npm, forum/admin are "submodules"
* Restructure `less` directory
This commit is contained in:
Toby Zerner
2018-06-20 13:35:08 +09:30
committed by GitHub
parent 22885b7796
commit b7346f39ad
19 changed files with 4752 additions and 2611 deletions

View File

@@ -0,0 +1,30 @@
img.emoji {
height: 1.5em;
margin: 0 .05em 0 .1em;
vertical-align: -0.3em;
}
.EmojiDropdown {
max-width: 500px;
max-height: 200px;
overflow: auto;
position: absolute;
margin: 5px 0 !important;
> li > button {
color: @text-color;
font-weight: bold;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 45px;
.emoji {
float: left;
margin-left: -30px;
}
}
}
.ComposerBody-emojiWrapper {
position: relative;
}