This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # lib/party_web/components/example_component.ex | |
| defmodule PartyWeb.ExampleComponent do | |
| @moduledoc """ | |
| An example LiveComponent under test. | |
| """ | |
| use Phoenix.LiveComponent | |
| def render(assigns) do | |
| ~H""" | |
| <div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.ssd headerbar.titlebar { | |
| min-height: 0; | |
| padding-top: 1px; | |
| padding-bottom: 1px; | |
| } | |
| window.ssd headerbar.titlebar button.titlebutton { | |
| min-height: 0; | |
| padding-top: 1px; | |
| padding-bottom: 1px; |