Poprawki responsywności

This commit is contained in:
2022-11-17 14:33:00 +01:00
parent 3155487a29
commit 94235df38d
3 changed files with 12 additions and 24 deletions
-18
View File
@@ -63,16 +63,6 @@ export default defineComponent({
<style lang="scss" scoped>
@import '../styles/global.scss';
.sidebar {
position: absolute;
top: 0;
left: 0;
z-index: 999;
transform: translate(-100%, 0);
}
.sidebar_content {
display: grid;
grid-template-rows: repeat(3, 1fr);
@@ -137,14 +127,6 @@ button.option-save {
}
@media screen and (max-width: 650px) {
.sidebar {
left: 50%;
top: 0;
width: 100%;
transform: translate(-50%, -100%);
}
.sidebar_content {
display: flex;
justify-content: space-between;