Skip to content

Commit

Permalink
mobile style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Aug 15, 2023
1 parent d7eddc4 commit 5df391f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions layouts/bookmarks/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ a:hover,
}
#bookmarks {
width: 100%;
margin-top: 30px;
}
#bookmarks > h1 {
margin-left: 10px;
Expand Down
2 changes: 0 additions & 2 deletions layouts/header/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2666,7 +2666,6 @@ video::-internal-media-controls-overlay-cast-button {
.search-result-item {
display: block;
margin-top: 2px;
background-color: var(--background-color);
border-radius: 5px;
margin-left: 5px;
margin-right: 37px;
Expand All @@ -2680,7 +2679,6 @@ video::-internal-media-controls-overlay-cast-button {
right: 6px;
font-size: 32px;
margin-right: 4px;
background-color: var(--background-color);
padding-bottom: 0px;
border-radius: 5px;
margin-bottom: -32px;
Expand Down
2 changes: 1 addition & 1 deletion layouts/lists/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ a:hover,
#list-name, #list-stats {
width: calc(100% - 82px);
}
.list-switches {
.list-switches, .list-top {
width: calc(100% - 22px) !important;
}
.tweet:first-child {
Expand Down
5 changes: 4 additions & 1 deletion layouts/unfollows/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,10 @@ a:hover,
#center-cell {
width: calc(100%);
}
.center-text {
margin-bottom: 100px;
}
#timeline {
width: calc(100%-20px);
width: calc(100% - 20px) !important;
}
}

0 comments on commit 5df391f

Please sign in to comment.