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