summaryrefslogtreecommitdiffstats
path: root/css/mobile.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/mobile.scss')
-rw-r--r--css/mobile.scss48
1 files changed, 0 insertions, 48 deletions
diff --git a/css/mobile.scss b/css/mobile.scss
deleted file mode 100644
index eb0c7e9f0..000000000
--- a/css/mobile.scss
+++ /dev/null
@@ -1,48 +0,0 @@
-$breakpoint-mobile: 1024px;
-
-@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;
- }
-}