aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-10-29 11:34:52 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-10-29 11:34:52 +0200
commit6218656716dafccbdd8fb905d027471dfaf046db (patch)
tree06f4c41b8d3dbeca7d4c0d55904452188ef78487
parent825dba08f73187ee36d8745b6bcabbf242e4fa08 (diff)
downloadarching-kaos-web-ui-6218656716dafccbdd8fb905d027471dfaf046db.tar.gz
arching-kaos-web-ui-6218656716dafccbdd8fb905d027471dfaf046db.tar.bz2
arching-kaos-web-ui-6218656716dafccbdd8fb905d027471dfaf046db.zip
Fixed flow of in-button elements and icon size
-rw-r--r--src/css/akn.css2
-rw-r--r--src/index.html2
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"/>&nbsp;
+ <img style="width: 13px; height: 13px;" src="./img/stellar.svg"/>&nbsp;
Stellar</button>
<button class="menu-clickable" id="#/about-section" onclick="menusel(this)">About</button>
</div>