1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-17 08:42:48 +02:00
Nextcloud-News/css/mobile.css
Carl Schwan 753e88793e
Port admin settings to vue (#1880)
* Port admin settings to vue

Co-authored-by: anoy. <anoymouserver@users.noreply.github.com>
Co-authored-by: Benjamin Brahmer <info@b-brahmer.de>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-30 18:07:25 +02:00

47 lines
830 B
CSS

@media only screen and (max-width: 1024px) {
#app-content .utils .date {
display: none;
}
#app-shortcuts th:first-child {
padding-left: 44px;
}
#app-navigation:not(.hidden) + #app-content {
width: 100%;
}
#mark-all-read-button {
display: block;
}
}
@media only screen and (max-width: 600px) {
#app-content .article-actions ul {
max-width: 164px;
}
#app-content .heading .date {
display: none;
}
#app-content .heading h1 {
margin-right: 0;
}
#app-content .utils {
padding-right: 15px;
}
#app-content .article {
padding-right: 15px;
padding-left: 44px;
}
}
@media only screen and (max-width: 340px) {
#app-content .article-actions {
max-width: 82px;
}
}