Skip to content

Commit 7bc76b6

Browse files
authored
fix storage action (#850)
1 parent 0fea747 commit 7bc76b6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

code/datums/storage/storage.dm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ GLOBAL_LIST_EMPTY(cached_storage_typecaches)
283283
QDEL_NULL(modeswitch_action)
284284
return
285285

286+
if(!isnull(modeswitch_action))
287+
return
288+
286289
if(!isitem(parent))
287290
return
288291

html/browser/common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ div.notice
263263
padding: 4px;
264264
margin: 3px 0;
265265
text-align: center;
266-
text-shadow: 0 0 5px #FFCC00;
266+
text-shadow: 0 0 0.417em #FFCC00;
267267
overflow: hidden;
268268
font-size: 15px;
269269
font-family: monospace;
@@ -286,7 +286,7 @@ div.notice
286286
}
287287

288288
.computerText{
289-
text-shadow: 0 0 5px #C8C8C8;
289+
text-shadow: 0 0 0.417em #C8C8C8;
290290
color: #ffffff;
291291
}
292292

tgui/packages/tgui-panel/styles/goon/chat-dark.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ em {
285285
.ooc {
286286
color: #cca300;
287287
font-weight: bold;
288-
text-shadow: 0 0 2px #db7900;
288+
text-shadow: 0 0 0.15em #db7900;
289289
}
290290

291291
.looc {
@@ -418,6 +418,7 @@ em {
418418

419419
.bolddanger {
420420
color: #dd3535;
421+
text-shadow: 0 0 0.3em #FF0000;
421422
font-weight: bold;
422423
}
423424

0 commit comments

Comments
 (0)