mirror of
https://codeberg.org/ashley/poke.git
synced 2024-12-26 17:38:52 +01:00
new stuff woahhahwhawhhah
This commit is contained in:
parent
49e8c6882a
commit
162ace478c
1 changed files with 21 additions and 15 deletions
|
@ -253,21 +253,27 @@ a.avatar {
|
||||||
background-color: var(--div-prim-bg);
|
background-color: var(--div-prim-bg);
|
||||||
border-radius: 1.5em;
|
border-radius: 1.5em;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
margin-top: 0px;
|
margin-top: 0;
|
||||||
margin-left: 0px;
|
margin-left: 0;
|
||||||
height: -moz-fit-content;
|
height: -moz-fit-content;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
justify-self: center;
|
/* justify-self: center; */
|
||||||
margin-right: -0.9em;
|
margin-right: -.9em;
|
||||||
/* width: min-content;*/
|
|
||||||
border: var(--div-border-color);
|
border: var(--div-border-color);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
max-width: 371px;
|
max-width: 371px;
|
||||||
width: max-content;
|
width: 20.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-views {
|
.video-views {
|
||||||
white-space: nowrap;
|
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
||||||
|
white-space: -pre-wrap; /* Opera 4-6 */
|
||||||
|
white-space: -o-pre-wrap; /* Opera 7 */
|
||||||
|
white-space: pre-wrap; /* css-3 */
|
||||||
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||||
|
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
|
||||||
|
word-break: break-all;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-info-panel.gradient {
|
.video-info-panel.gradient {
|
||||||
|
|
Loading…
Reference in a new issue