small css fixes for atmos
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 257 KiB |
4
public/css/chilledblue.css
vendored
4
public/css/chilledblue.css
vendored
@@ -254,3 +254,7 @@ button#submittags:hover {
|
|||||||
#parent {
|
#parent {
|
||||||
background: #171d21;
|
background: #171d21;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w0bm_emoji_anchor {
|
||||||
|
background: #3e494f;
|
||||||
|
}
|
8
public/css/glitch.css
vendored
8
public/css/glitch.css
vendored
@@ -666,7 +666,7 @@ div#tag-display {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
cursor: pointer;
|
cursor: auto;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
box-shadow: 0px 0px 0px 1px #000000;
|
box-shadow: 0px 0px 0px 1px #000000;
|
||||||
@@ -1069,6 +1069,12 @@ ul.nav.navbar-nav.info-nav {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w0bm_emoji_anchor {
|
||||||
|
background: #253b40;
|
||||||
|
box-shadow: 1px 1px 1px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#tag-display {
|
div#tag-display {
|
||||||
|
10
public/css/w0bmcustom.css
vendored
10
public/css/w0bmcustom.css
vendored
@@ -3230,7 +3230,7 @@ a.file_size {
|
|||||||
.comment_emoji {
|
.comment_emoji {
|
||||||
max-width: 80px;
|
max-width: 80px;
|
||||||
max-height: 80px;
|
max-height: 80px;
|
||||||
vertical-align: text-bottom;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment_emoji_small {
|
.comment_emoji_small {
|
||||||
@@ -3249,7 +3249,7 @@ a.file_size {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
/*border: 1px solid #1fb2b0;*/
|
/*border: 1px solid #1fb2b0;*/
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
cursor: pointer;
|
cursor: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emoji-shit, .header {
|
.emoji-shit, .header {
|
||||||
@@ -3864,7 +3864,6 @@ button#layout4:before {
|
|||||||
#parent {
|
#parent {
|
||||||
background: #3a3938;
|
background: #3a3938;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
cursor: pointer;
|
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
border-left: 1px solid black;
|
border-left: 1px solid black;
|
||||||
@@ -4177,3 +4176,8 @@ pre {
|
|||||||
border: 1px solid #383737;
|
border: 1px solid #383737;
|
||||||
background: #212121;
|
background: #212121;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w0bm_emoji_anchor:hover {
|
||||||
|
background: #616364;
|
||||||
|
transition: .2s all ease-in-out;
|
||||||
|
}
|
Reference in New Issue
Block a user