mirror of
https://github.com/flarum/core.git
synced 2025-08-11 02:44:04 +02:00
Webpack (#15)
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:
30
extensions/emoji/less/forum.less
Normal file
30
extensions/emoji/less/forum.less
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user