Skip to content

Commit

Permalink
Small fix in web client
Browse files Browse the repository at this point in the history
  • Loading branch information
izderadicka committed Aug 12, 2019
1 parent 9dad6c0 commit aae63f5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "audioserve"
version = "0.11.2"
version = "0.11.3"
authors = ["Ivan <ivan.zderadicka@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1 class="top-header">
<ul class="nav">
<li class="nav-item dropdown">
<div class="nav-link" data-toggle="dropdown" href="#" role="button" aria-haspopup="true"
aria-expanded="false"><span class="menu-button"></span></div>
aria-expanded="false" id="menu-btn"><span class="menu-button"></span></div>
<div class="dropdown-menu">
<h6 class="dropdown-header">Transcoding Quality</h6>

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audioserve-client",
"version": "0.3.4",
"version": "0.3.5",
"description": "Simple HTML5 client for audioserve",
"main": "dist/bundle.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions client/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ span.subtitle {
font-style: italic;
}

#menu-btn {
cursor: pointer;
}

@media (max-width: 1024px) {
h1.top-header {
font-size: 1.6rem;
Expand Down

0 comments on commit aae63f5

Please sign in to comment.