diff options
-rw-r--r-- | src/css/akn.css | 2 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/css/akn.css b/src/css/akn.css index c72c349..9af42e4 100644 --- a/src/css/akn.css +++ b/src/css/akn.css @@ -311,7 +311,7 @@ button { flex-shrink: 6; flex-grow: 0; text-align: center; - flex-flow: column; + flex-flow: row; word-break: normal; } diff --git a/src/index.html b/src/index.html index f6b8b3f..0b455d2 100644 --- a/src/index.html +++ b/src/index.html @@ -34,7 +34,7 @@ <button class="menu-clickable" id="#/chat-section" onclick="menusel(this)">✍️ Chat</button> <button class="menu-clickable" id="#/settings-section" onclick="menusel(this)">🔧 Settings</button> <button class="has-dropdown menu-clickable" id="#/stellar-section" onclick="stellarSubToggle(this)"> - <img src="./img/stellar.svg"/> + <img style="width: 13px; height: 13px;" src="./img/stellar.svg"/> Stellar</button> <button class="menu-clickable" id="#/about-section" onclick="menusel(this)">About</button> </div> |