Skip to content

Commit

Permalink
Final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Dec 7, 2022
1 parent 148dcdc commit 8c20828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ input[required].empty {
.icon-logo {
background: none;
border: none;
padding: 4px;
display: flex;
align-items: center;
justify-content: center;
Expand Down Expand Up @@ -190,4 +189,4 @@ a.icon-button {
}

/* For not showing hidden elements before AlpineJS loads */
[x-cloak] { display: none !important; }
[x-cloak] { display: none !important; }
2 changes: 1 addition & 1 deletion lib/kino_slack/message_cell.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule KinoSlack.MessageCell do

use Kino.JS, assets_path: "lib/assets"
use Kino.JS.Live
use Kino.SmartCell, name: "Slack"
use Kino.SmartCell, name: "Slack message"

@impl true
def init(attrs, ctx) do
Expand Down

0 comments on commit 8c20828

Please sign in to comment.