Skip to content

Commit 99acb9d

Browse files
committed
Issue #1617: improve tablet layout
1 parent 1e895f6 commit 99acb9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

OpenRobertaServer/staticResources/css/roberta.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenRobertaServer/staticResources/css/roberta.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenRobertaWeb/css/roberta.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -3579,7 +3579,6 @@ input[type="number"] {
35793579
display: -webkit-flex;
35803580
display: flex;
35813581
-webkit-justify-content: space-around;
3582-
justify-content: space-around;
35833582
}
35843583

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

36063605
#nn-show-math-all.nn-control {
3607-
flex: 0 0 25%;
3606+
flex: 0 0 15%;
36083607
margin-right: 10px;
36093608
}
36103609

@@ -3905,6 +3904,7 @@ button.nn-btn:hover {
39053904
border: 2px solid #23b6ac;
39063905
height: 100%;
39073906
top: -4px;
3907+
width: 6em;
39083908
}
39093909

39103910
#nn-learn-features .core .nn-weight-click {

0 commit comments

Comments
 (0)