Skip to content

Commit

Permalink
Issue #1617: improve tablet layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rbudde committed Feb 14, 2024
1 parent 1e895f6 commit 99acb9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OpenRobertaServer/staticResources/css/roberta.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion OpenRobertaServer/staticResources/css/roberta.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions OpenRobertaWeb/css/roberta.css
Original file line number Diff line number Diff line change
Expand Up @@ -3579,7 +3579,6 @@ input[type="number"] {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
}

#nn-learn-top-controls {
Expand All @@ -3604,7 +3603,7 @@ input[type="number"] {
}

#nn-show-math-all.nn-control {
flex: 0 0 25%;
flex: 0 0 15%;
margin-right: 10px;
}

Expand Down Expand Up @@ -3905,6 +3904,7 @@ button.nn-btn:hover {
border: 2px solid #23b6ac;
height: 100%;
top: -4px;
width: 6em;
}

#nn-learn-features .core .nn-weight-click {
Expand Down

0 comments on commit 99acb9d

Please sign in to comment.