mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:39:37 +00:00
Add links for adding issues or contributions (#14)
Adds a section to the bottom of the page which houses links to ASU's issues page and the github repository for the firmware wizard. Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
parent
76da264e85
commit
a66fa21ca3
2 changed files with 26 additions and 0 deletions
17
src/App.scss
17
src/App.scss
|
|
@ -27,6 +27,23 @@
|
|||
color: #61dafb;
|
||||
}
|
||||
|
||||
.report-problem-container {
|
||||
display: block;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
padding: 15px 10%;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
border-radius: 0
|
||||
}
|
||||
|
||||
.report-link {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@keyframes App-logo-spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue