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:
parent
89541edcff
commit
1339c23b3a
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user