1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +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;
}
@media (max-width: <<sidebarbreakpoint-minus-one>>) {
.tc-topbar-right {
right: 10px;
}
}
.tc-topbar button {
padding: 8px;
}
@ -969,6 +977,14 @@ button.tc-btn-invisible.tc-remove-tag-button {
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 {
width: 100%;
}
@ -986,6 +1002,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
@media (max-width: <<sidebarbreakpoint-minus-one>>) {
.tc-tiddler-frame {
padding: 14px 14px 14px 14px;
margin-bottom: .5em;
}
.tc-tiddler-info {