mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 11:20:48 +00:00
81b74bd92d
Use classic drawer toggle since its described in help content now.
14 lines
117 B
CSS
14 lines
117 B
CSS
#inputField {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
#inputField {
|
|
height: 2.3em;
|
|
}
|
|
|
|
#inputBar {
|
|
align-items: center;
|
|
padding: 1em;
|
|
}
|
|
|