Skip to content

Commit

Permalink
minor internal style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Mar 1, 2024
1 parent 215af35 commit 8b873bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion source/ui/composants/SceneCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ import { AccessType, AccessTypes, Scene } from "../state/withScenes";
}
.tools a{
font-size: smaller;
width: 100%;
margin: 2px;
color: #eee;
Expand Down
2 changes: 1 addition & 1 deletion source/ui/screens/List.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ interface Upload{
<button class="btn btn-addon btn-main" style="margin-top:0" type="submit"><ui-icon name="search"></ui-icon></button>
</div>
<div class="section">
<h4 style="margin-top:0">${this.t("ui.newScene")}</h4>
<h3 style="margin-top:0">${this.t("ui.newScene")}</h3>
<upload-button class="btn btn-main" style="padding:8px" @change=${this.onUploadBtnChange}>
${this.t("ui.upload")}
</upload-button>
Expand Down

0 comments on commit 8b873bc

Please sign in to comment.