Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobil Kullanım #4

Open
cagrimertbakirci opened this issue Jan 16, 2022 · 2 comments
Open

Mobil Kullanım #4

cagrimertbakirci opened this issue Jan 16, 2022 · 2 comments
Assignees
Labels
good first issue Good for newcomers
Projects

Comments

@cagrimertbakirci
Copy link
Member

Site ilk etapta mobil kullanıma uygun bir yapıya sahip değil. Acil ihtiyaçlar giderildikten sonra mobil için ek geliştirmeler düşünebiliriz.

Şimdilik yapmamız gereken, farklı tarayıcılarda "En iyi deneyim için mobil olmayan bir cihaz kullanın." önerisini geliştirmek ve işlevsel hale getirmek.

Opsiyonel olarak, cihazı yan çevirmeyi de önerebiliriz. Bu yapılacak olursa, farklı mobil tarayıcılarda sistemin işlevsel olacak kadar elden geçirilmesi gerekiyor.

@cagrimertbakirci cagrimertbakirci added this to Acil İhtiyaçlar in Periodum Jan 16, 2022
@cagrimertbakirci cagrimertbakirci added the good first issue Good for newcomers label Jan 16, 2022
@evilese
Copy link

evilese commented Jan 16, 2022

Mobil cihazlarda cihazı yan çevirdiğimizde kullanılabilir olması için eklenmesi gereken CSS kodları;

@media screen and (max-width:992px) {
.container {
    min-width: auto;
}
.slider-box-wrapper .slider-box img {
    width: 10px;
    height: 10px;
}
.slider-box-wrapper {
    margin-top: 0px;
}
.slider-box-wrapper {
    display: flex;
    margin-top: 0px;
    text-align: center;
    justify-content: center;
}
.slider-select-container[data-v-37312aa8] {
    width: 60px;
}
.sample .name {
    margin-top: 0px;
}
.slider-box-wrapper .slider-box {
    width: 2vw;
    height: 2vw;
}
.element .group-no, .element .period-no {
    font-size: 12px;
}
.filter-sub-title {
    font-size: .8em;
}
.filter-sub-title-smaller {
    font-size: .8em;
}
.category-type-filter-wrapper .category-type-filter {
    font-size: .7em;
}
.el-dialog__header .title[data-v-4a943589] {
    margin-top: 0;
}
.element-image {
    width: 40%;
    height: 100%;
}
.el-dialog__header {
    height: auto;
}
.dialog-body {
    padding: 0px;
}
.dialog-body>p>h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.dialog-body>p {
    font-size: 11px;
    line-height: 15px;
}
}

/ ÖNCESİ /

3

5


/ SONRASI /

4

6


/* SCSS VERSİYON */

@media screen and (max-width:992px) {
	.container {
		min-width: 0px;
	}
	.slider-box-wrapper {
		.slider-box {
			img {
				width: 10px;
				height: 10px;
			}
			width: 2vw;
			height: 2vw;
		}
		margin-top: 0px;
		display: flex;
		margin-top: 0px;
		text-align: center;
		justify-content: center;
	}
	.slider-select-container {
		width: 60px;
	}
	.sample {
		.name {
			margin-top: 0px;
		}
	}
	.element {
		.group-no {
			font-size: 12px;
		}
		.period-no {
			font-size: 12px;
		}
	}
	.filter-sub-title {
		font-size: .8em;
	}
	.filter-sub-title-smaller {
		font-size: .8em;
	}
	.category-type-filter-wrapper {
		.category-type-filter {
			font-size: .7em;
		}
	}
	.el-dialog__header {
		.title {
			margin-top: 0;
		}
		height: auto;
	}
	.element-image {
		width: 40%;
		height: 100%;
	}
	.dialog-body {
		padding: 0px;
		>p {
			>h2 {
				font-size: 18px;
				margin-bottom: 10px;
				margin-top: 10px;
			}
			font-size: 11px;
			line-height: 15px;
		}
	}
}

@nesimtunc
Copy link
Member

Finally someone has heard you @cagrimertbakirci and there you just got an iPad / Mac OS app already :) I will check the source code and as the contributor has suggested we might fork it into our organization.

#62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Periodum
In Progress
Development

No branches or pull requests

4 participants