css improvement

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-21 08:27:38 +02:00
parent b1103e0e96
commit 2eb9446a2d
4 changed files with 13 additions and 1 deletions
@@ -469,6 +469,10 @@ a.wikilink{
float: right;
}
.new_transaction input{
width: calc(100% - 50px);
}
@media screen and (min-width: 900px) {
#app nav > button.symbol{
display: none;
@@ -576,6 +576,10 @@ a.wikilink{
float: right;
}
.new_transaction input{
width: calc(100% - 50px);
}
@media screen and (min-width: 900px) {
#app nav > button.symbol{
display: none;
@@ -566,6 +566,10 @@ a.wikilink{
float: right;
}
.new_transaction input{
width: calc(100% - 50px);
}
@media screen and (min-width: 900px) {
#app nav > button.symbol{
display: none;