mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:49:31 +00:00
Fix header, custom image download links and add std outputs
This commit is contained in:
parent
5b9d821082
commit
b7cac199b3
6 changed files with 100 additions and 63 deletions
14
src/App.scss
14
src/App.scss
|
|
@ -45,6 +45,20 @@
|
|||
float: right;
|
||||
}
|
||||
|
||||
.std-accordian {
|
||||
overflow: hidden;
|
||||
|
||||
.MuiAccordionSummary-root {
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
|
||||
.std-textarea {
|
||||
width: 100%;
|
||||
border-radius: 5px;
|
||||
font-family: monospace;
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
.logo {
|
||||
height: 40px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue