add missing style for config b

This commit is contained in:
Dorian Rudolph 2020-08-06 01:47:54 +02:00
parent 06497eaa15
commit d81927b166
2 changed files with 21 additions and 1 deletions

View File

@ -14,7 +14,7 @@ I'd be happy to hear any criticism of my code.
![](sample-config/a/sirula.gif)
[open](https://raw.githubusercontent.com/DorianRudolph/sirula/master/sample-config/sirula.gif)
`sample-config/b`:
`sample-config/b`: Overlay in the center of the screen.
![](sample-config/b/sirula.png)
## Building

20
sample-config/b/style.css Normal file
View File

@ -0,0 +1,20 @@
.app-row {
transition: unset;
padding: 5px 0 5px 10px;
}
.app-label {
margin-left: 10px;
font-family: Iosevka;
font-size: 16px;
}
#root-box {
border: 1px solid black;
}
#search {
font-size: 18px;
padding: 2px 8px;
margin: 5px;
}