mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-29 20:11:53 +03:00
🐛 Fix unequal button height in French (#311)
This commit is contained in:
parent
65f6882e0d
commit
8bff8335f0
@ -211,7 +211,7 @@ div.edit-mode-bottom-banner {
|
|||||||
/* Main sections */
|
/* Main sections */
|
||||||
.edit-banner-section {
|
.edit-banner-section {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
height: 100%;
|
height: 90%;
|
||||||
/* Section sub-titles */
|
/* Section sub-titles */
|
||||||
p.section-sub-title {
|
p.section-sub-title {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -234,7 +234,7 @@ div.edit-mode-bottom-banner {
|
|||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
button {
|
button {
|
||||||
margin: 0.25rem;
|
margin: 0.25rem;
|
||||||
height: fit-content;
|
height: stretch;
|
||||||
}
|
}
|
||||||
p.section-sub-title {
|
p.section-sub-title {
|
||||||
grid-column-start: span 2;
|
grid-column-start: span 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user