@media only screen and (max-width: 800px) {
	smart-grid {
		width: 100%;
	}
}

smart-layout {
	width: 100%;
	height: 100%;
	display: flex;
}

#notesGrid {
	width: fit-content;
}

smart-tabs {
	width: 800px;
}