Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions locales/en-US/app.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ StackSettings--panel-search =
## Tab Bar for the bottom half of the analysis UI.

TabBar--calltree-tab = Call Tree
TabBar--function-list-tab = Function List
TabBar--flame-graph-tab = Flame Graph
TabBar--stack-chart-tab = Stack Chart
TabBar--marker-chart-tab = Marker Chart
Expand Down
3 changes: 2 additions & 1 deletion res/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ body {
flex-shrink: 1;
}

.treeAndSidebarWrapper {
.treeAndSidebarWrapper,
.functionTableAndSidebarWrapper {
display: flex;
flex: 1;
flex-flow: column nowrap;
Expand Down
27 changes: 18 additions & 9 deletions res/photon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ <h2 class="photon-title-30">Photon inputs</h2>
<div class="row">
<h3 class="photon-title-20">Photon Input</h3>
<pre>
&lt;input type="text" class="photon-input" value="Example text" /&gt;</pre>
&lt;input type="text" class="photon-input" value="Example text" /&gt;</pre
>
<input type="text" class="photon-input" value="Example text" />
</div>

Expand Down Expand Up @@ -277,7 +278,8 @@ <h3 class="photon-title-20">Photon Message Bar Generic</h3>
This is a non-dismissable message bar. This add-on is not compatible with your version of Firefox.
&lt;/div&gt;
&lt;/div&gt;
</pre>
</pre
>
<div class="photon-message-bar photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
This is a non-dismissable message bar. This add-on is not compatible
Expand Down Expand Up @@ -311,7 +313,8 @@ <h3 class="photon-title-20">Photon Message Bar Generic</h3>
Call to action
&lt;/button&gt;
&lt;/div&gt;
</pre>
</pre
>
<div class="photon-message-bar photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
This is a non-dismissable message bar. This add-on is not compatible
Expand Down Expand Up @@ -368,7 +371,8 @@ <h3 class="photon-title-20">Photon Message Bar Generic</h3>
aria-label="Hide the message" title="Hide the message"&gt;
&lt;/button&gt;
&lt;/div&gt;
</pre>
</pre
>
<div class="photon-message-bar">
<div class="photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
Expand Down Expand Up @@ -442,7 +446,8 @@ <h3 class="photon-title-20">Photon Message Bar Generic</h3>
aria-label="Hide the message" title="Hide the message"&gt;
&lt;/button&gt;
&lt;/div&gt;
</pre>
</pre
>
<div class="photon-message-bar">
<div class="photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
Expand Down Expand Up @@ -495,7 +500,8 @@ <h3 class="photon-title-20">Photon Message Bar Error</h3>
This is a non-dismissable message bar. This add-on is not compatible with your version of Firefox.
&lt;/div&gt;
&lt;/div&gt;
</pre>
</pre
>
<div
class="photon-message-bar photon-message-bar-error photon-message-bar-inner-content"
>
Expand Down Expand Up @@ -531,7 +537,8 @@ <h3 class="photon-title-20">Photon Message Bar Error</h3>
Call to action
&lt;/button&gt;
&lt;/div&gt;
</pre>
</pre
>
<div
class="photon-message-bar photon-message-bar-error photon-message-bar-inner-content"
>
Expand Down Expand Up @@ -590,7 +597,8 @@ <h3 class="photon-title-20">Photon Message Bar Error</h3>
aria-label="Hide the message" title="Hide the message"&gt;
&lt;/button&gt;
&lt;/div&gt;
</pre>
</pre
>
<div class="photon-message-bar photon-message-bar-error">
<div class="photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
Expand Down Expand Up @@ -666,7 +674,8 @@ <h3 class="photon-title-20">Photon Message Bar Error</h3>
aria-label="Hide the message" title="Hide the message"&gt;
&lt;/button&gt;
&lt;/div&gt;
</pre>
</pre
>
<div class="photon-message-bar photon-message-bar-error">
<div class="photon-message-bar-inner-content">
<div class="photon-message-bar-inner-text">
Expand Down
Loading
Loading