mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-28 16:01:41 +02:00
Fix account box sizing broken by Bulma update
This commit is contained in:
parent
f6871b23c1
commit
3f2d3cac19
6
resources/sass/app.scss
vendored
6
resources/sass/app.scss
vendored
@ -129,12 +129,12 @@ a:hover {
|
|||||||
background-color: hsl(0, 0%, 14%); /*black-ter from Bulma*/
|
background-color: hsl(0, 0%, 14%); /*black-ter from Bulma*/
|
||||||
margin: 0 1%;
|
margin: 0 1%;
|
||||||
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
|
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
|
||||||
width: 31.3%;
|
width: 31.3% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1217px) {
|
@media screen and (max-width: 1217px) {
|
||||||
.tfa-list {
|
.tfa-list {
|
||||||
width: 48%;
|
width: 48% !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -147,7 +147,7 @@ a:hover {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
|
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
width: auto;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user