1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-06 22:04:19 +00:00

Adjustments for narrow screens (#5079)

This commit is contained in:
Simon Huber 2020-11-20 15:00:56 +01:00 committed by GitHub
parent 89541edcff
commit 1339c23b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -757,6 +757,14 @@ button.tc-btn-invisible.tc-remove-tag-button {
right: 29px; right: 29px;
} }
@media (max-width: <<sidebarbreakpoint-minus-one>>) {
.tc-topbar-right {
right: 10px;
}
}
.tc-topbar button { .tc-topbar button {
padding: 8px; padding: 8px;
} }
@ -969,6 +977,14 @@ button.tc-btn-invisible.tc-remove-tag-button {
border-bottom: 1px solid <<colour tiddler-info-tab-background>>; border-bottom: 1px solid <<colour tiddler-info-tab-background>>;
} }
@media (max-width: <<sidebarbreakpoint-minus-one>>) {
.tc-tiddler-info {
padding: 14px 14px 14px 14px;
}
}
.tc-view-field-table { .tc-view-field-table {
width: 100%; width: 100%;
} }
@ -986,6 +1002,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
@media (max-width: <<sidebarbreakpoint-minus-one>>) { @media (max-width: <<sidebarbreakpoint-minus-one>>) {
.tc-tiddler-frame { .tc-tiddler-frame {
padding: 14px 14px 14px 14px; padding: 14px 14px 14px 14px;
margin-bottom: .5em;
} }
.tc-tiddler-info { .tc-tiddler-info {