mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-08 15:43:24 +00:00
(petosorus-random_button) Améliore les espacements des boutons
This commit is contained in:
@@ -642,14 +642,19 @@ noscript p {
|
|||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
#random > div {
|
#random > div {
|
||||||
|
margin-top: 2em;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
#random > div > button {
|
#random > div > .btn {
|
||||||
display: flex;
|
margin: 0;
|
||||||
margin: 5px 5px 0 5px;
|
text-align: center;
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
|
#random > div > .btn + .btn {
|
||||||
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
#filter {
|
#filter {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user