Skip to content

Commit

Permalink
Rewording in steamers page
Browse files Browse the repository at this point in the history
  • Loading branch information
marvk committed Sep 12, 2021
1 parent 82f157e commit af98f0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/streamers.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VATprism will show users which clients are streaming on Twitch.
#### Want to make sure you show up?

Simply put `twitch.tv/<your-username>` or `twitch.tv <your-username>` in your remarks and VATprism will automatically
add links to your Twitch stream to users clicking on you, and will add you to the streamers table.
add a link to your Twitch stream to your pilot view and will add you to the streamers table.

[![](assets/images/showcase/table_streamers.png)](assets/images/showcase/table_streamers.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fx:id="metarText"
editable="false"
wrapText="true"/>
<Button HBox.hgrow="ALWAYS" maxWidth="Infinity" styleClass="icon-button" maxHeight="Infinity"
<Button HBox.hgrow="ALWAYS" maxWidth="Infinity" styleClass="icon-button,square-button" maxHeight="Infinity"
fx:id="refreshMetar">
<graphic>
<FontIcon iconLiteral="oct-download-16"/>
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/net/marvk/fs/vatsim/map/view/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,8 @@
.tooltip {
-fx-text-fill: -vatsim-text-color;
-fx-background-color: -vatsim-background-color-very-light;
}

.square-button {
-fx-background-radius: 0;
}

0 comments on commit af98f0d

Please sign in to comment.