Further CSS edits

Tries to keep the Settings looking visually the same as prior to changes.
This commit is contained in:
Johnny 2019-07-16 17:05:23 +10:00 committed by GitHub
parent c01d833ab0
commit 6014566890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -525,15 +525,16 @@ audio.controls-added {
width: 900px; width: 900px;
max-width: 100%; max-width: 100%;
margin: auto; margin: auto;
padding: 3px; padding: 5px;
display: -webkit-flex; display: -webkit-flex;
display: flex; display: flex;
-webkit-flex-direction: column; -webkit-flex-direction: column;
flex-direction: column; flex-direction: column;
} }
#fourchanx-settings > nav { #fourchanx-settings > nav {
padding: 2px 2px 0; padding: 2px 2px 8px;
height: 15px; display: -webkit-flex;
display: flex;
} }
#fourchanx-settings > nav a { #fourchanx-settings > nav a {
text-decoration: underline; text-decoration: underline;
@ -544,20 +545,15 @@ audio.controls-added {
margin: 0; margin: 0;
} }
.section-container { .section-container {
-webkit-flex: 1;
flex: 1;
overflow: auto; overflow: auto;
position: absolute; padding-top: 8px;
top: 2.1em;
right: 5px;
bottom: 5px;
left: 5px;
padding-right: 5px; padding-right: 5px;
} }
.sections-list { .sections-list {
padding: 0 3px; -webkit-flex: 1;
float: left; flex: 1;
}
.credits {
float: right;
} }
.export, .import, .reset { .export, .import, .reset {
cursor: pointer; cursor: pointer;