Skip to content

Commit

Permalink
Merge pull request #12 from rwth-acis/releases/v0.3.4
Browse files Browse the repository at this point in the history
Hotfix: Center title vertically
  • Loading branch information
lakhoune authored Feb 9, 2022
2 parents 30c7a56 + 371eef5 commit 040a297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion las2peer-frontend-statusbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Las2peerFrontendStatusbar extends LitElement {
<paper-card id="statusbar-container">
<div id="innercontainer">
<slot class="inline center-vertical first" name="left"></slot>
<slot class="inline" name="title">
<slot class="inline center-vertical flex" name="title">
<div style="display: flex; flex-flow: column">
<h1 id="service-title">${this.service}</h1>
<h5 style="margin-left: 25px; margin-top: -30px;" id="subtitle">
Expand Down

0 comments on commit 040a297

Please sign in to comment.