mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 19:48:11 +00:00
fix: responsiveness
This commit is contained in:
@@ -631,11 +631,15 @@ export default defineComponent({
|
||||
display: grid;
|
||||
gap: 0.5em;
|
||||
|
||||
grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
|
||||
|
||||
button {
|
||||
width: 100%;
|
||||
|
||||
&[data-button-tooltip] {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
input {
|
||||
opacity: 0;
|
||||
width: 0;
|
||||
|
||||
Reference in New Issue
Block a user