0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 21:32:41 +00:00

Merge branch 'master' into fixLinks-#3547

This commit is contained in:
Trevor Buckner
2024-10-29 14:15:02 -04:00
committed by GitHub

View File

@@ -5,10 +5,6 @@
*:not(input) { user-select : none; } *:not(input) { user-select : none; }
.content {
height : 100%;
background : #2C3E50;
.dataGroup { .dataGroup {
width : 100%; width : 100%;
height : 100%; height : 100%;
@@ -371,7 +367,7 @@
} }
} }
} }
}
} }
@keyframes trailingDots { @keyframes trailingDots {
@@ -388,7 +384,7 @@
// media query for when the page is smaller than 1079 px in width // media query for when the page is smaller than 1079 px in width
@media screen and (max-width : 1079px) { @media screen and (max-width : 1079px) {
.vaultPage .content { .vaultPage {
.dataGroup.form .brewLookup { padding : 1px 20px 20px 10px; } .dataGroup.form .brewLookup { padding : 1px 20px 20px 10px; }