mirror of
https://github.com/DorianRudolph/sirula.git
synced 2024-12-01 17:55:34 +03:00
add missing style for config b
This commit is contained in:
parent
06497eaa15
commit
d81927b166
@ -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
20
sample-config/b/style.css
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user