css improvement
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user