mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 11:28:01 +00:00
Use the skinny styles for landscape smartphones
This commit is contained in:
@@ -5016,7 +5016,7 @@ Tiddler styles
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media (min-width: 480px) {
|
||||
@media (min-width: 767px) {
|
||||
.tw-story-element {
|
||||
padding: 30px 30px 30px 30px;
|
||||
margin: 30px 5px 30px 5px;
|
||||
|
@@ -53,7 +53,7 @@ Tiddler styles
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media (min-width: 480px) {
|
||||
@media (min-width: 767px) {
|
||||
|
||||
.tw-story-element {
|
||||
padding: 30px 30px 30px 30px;
|
||||
|
Reference in New Issue
Block a user