mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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;
|
||||
}
|
||||
|
||||
@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 {
|
||||
|
Loading…
Reference in New Issue
Block a user